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

Last change on this file since 12287 was 10164, checked in by uli, 11 years ago

More markup and rules to get the layout basically working.

File size: 424 bytes
RevLine 
[10124]1body {
2    background-color: #f5f5f5;
3}
[10127]4
5.breadcrumb {
6    background-color: #fff;
[10129]7    margin-bottom: 10px;
[10127]8    margin-top: 10px;
9    padding-left: 20px;
10    padding-right: 20px;
11}
[10129]12
13.well {
14    background-color: #fff;
15}
[10164]16
17.kofa-sidebar .well {
18    padding: 5px;
19}
20
21.kofa-sidebar-title {
22    text-transform: none;
23    font-size: 14px;
24    color: #555;
25    padding-top: 15px;
26    padding-bottom: 10px;
27    padding-left: 8px;
28}
Note: See TracBrowser for help on using the repository browser.