source:
main/waeup.diazo/trunk/kofa/static/css/base.css
@
10135
Last change on this file since 10135 was 10129, checked in by , 12 years ago | |
---|---|
File size: 220 bytes |
Rev | Line | |
---|---|---|
[10124] | 1 | body { |
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 | } |
Note: See TracBrowser for help on using the repository browser.