Changeset 1873:bc06d00c86d4 for admin/style/default.css
- Timestamp:
- 09/16/13 12:29:55 (12 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/style/default.css
r1872 r1873 313 313 color: #D33800; 314 314 font-weight: normal; 315 font-size: 16px; /* ie < 9 sucks */ 316 font-size: 1.6rem; 315 font-size: 1.34em; 317 316 } 318 317 #main-menu h3 { … … 326 325 .fieldset h3, .fieldset h4, .pretty-title { /* variante */ 327 326 color: #D33800; 328 font-size: 12px; 329 font-size: 1.2rem; 327 font-size: 1em; 330 328 font-weight: bold; 331 329 } 332 330 .fieldset h3 { 333 font-size: 14px; 334 font-size: 1.4rem; 331 font-size: 1.17em; 335 332 } 336 333 .fieldset h3.smart-title, .fieldset h4.smart-title, .smart-title { /* variante */ … … 769 766 color: #fff; 770 767 } 771 .message a, .static-msg a {768 .message a, .static-msg a, .message h3, .static-msg h3 { 772 769 color: #fff; 773 770 }
Note: See TracChangeset
for help on using the changeset viewer.