Changeset 1341:530893ad2aab for admin/style
- Timestamp:
- 08/12/13 15:46:42 (12 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/style/default.css
r1338 r1341 36 36 } 37 37 38 h1, h2, h3, h4, h5, h6, p {38 h1, h2, h3, .as_h3, h4, h5, h6, p { 39 39 margin-top: 0; 40 40 margin-bottom: 1rem; … … 58 58 background: #fff url(bg_h2.png) repeat-x center bottom; 59 59 } 60 h3 {60 h3, .as_h3 { 61 61 color: #575859; 62 62 font-size: 1.4rem; … … 1189 1189 background: #f5f5f5; 1190 1190 } 1191 .fieldset { 1192 background: #eef; 1193 } 1191 1194 legend { 1192 1195 font-weight: bold; … … 1195 1198 border-style: solid; 1196 1199 border-color: #ccc; 1197 background: # f5f5f5;1200 background: #eef; 1198 1201 margin-bottom: 0.5em; 1199 1202 }
Note: See TracChangeset
for help on using the changeset viewer.