Changeset 702:86be47651f44 for themes/ductile/style.css
- Timestamp:
- 08/18/11 07:38:32 (14 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
themes/ductile/style.css
r701 r702 269 269 .post { 270 270 background: transparent url(img/filet.png) repeat-x left bottom; 271 } 272 .day-date { 271 position: relative; 272 padding-bottom: 1.5em; 273 } 274 .day-date { 273 275 display: none; 274 276 } … … 383 385 } 384 386 .post-info-co { 387 position: absolute; 388 bottom: 0; 385 389 margin: 0; 386 390 background: #fff; 387 display: inline;388 391 font-size: 0.875em; 389 392 font-style: italic; 390 393 padding-right: .5em; 394 max-width: 80%; 391 395 } 392 396 .post-info-co a { … … 1072 1076 clear:both; 1073 1077 } 1074 1075 1076 .post {1077 position: relative;1078 padding-bottom: 1.5em;1079 }1080 .post-info-co {1081 position: absolute;1082 bottom: 0;1083 }
Note: See TracChangeset
for help on using the changeset viewer.