source: main/waeup.diazo/trunk/kofa/static/css/base.css @ 10128

Last change on this file since 10128 was 10128, checked in by uli, 12 years ago

We don't need custom left/right margins when properly embedding the
breadcrumbs into a fluid bootstrap layout.

File size: 265 bytes
Line 
1body {
2    background-color: #f5f5f5;
3}
4
5.breadcrumb {
6    background-color: #fff;
7    background-image: none;
8    border: 0 none;
9    border-radius: 3px 3px 3px 3px;
10    margin-bottom: 14px;
11    margin-top: 10px;
12    padding-left: 20px;
13    padding-right: 20px;
14}
Note: See TracBrowser for help on using the repository browser.