- Timestamp:
- 9 Jan 2015, 17:33:47 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.ikoba/trunk/layout/static/css/base.css
r12408 r12435 280 280 281 281 282 /* docutils stuff */283 284 .section h1 {285 font-size: 30px}286 287 .section h2 {288 font-size: 24px}289 290 .section h3 {291 font-size: 18px}292 293 .section h4 {294 font-size: 14px}295 296 297 282 .sorting { background: url('../img/sort_both.png') no-repeat center right; } 298 283 .sorting_asc { background: url('../img/sort_asc.png') no-repeat center right; } … … 340 325 } 341 326 327 /* docutils stuff */ 328 329 .section h1 { 330 font-size: 30px} 331 332 .section h2 { 333 font-size: 24px} 334 335 .section h3 { 336 font-size: 18px} 337 338 .section h4 { 339 font-size: 14px} 340 342 341 /* Smartphone styles */ 343 342
Note: See TracChangeset for help on using the changeset viewer.