Changeset 701:6f231efd5d58 for themes/ductile/style.css
- Timestamp:
- 08/17/11 09:35:45 (14 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
themes/ductile/style.css
r699 r701 333 333 padding: 0 .66em 0 0; 334 334 } 335 .post- info span + span{336 padding-right: .5em;335 .post-date, .post-attr a { 336 white-space: nowrap; 337 337 } 338 338 .post-cat { 339 339 padding-left: 24px; 340 background: transparent no-repeat left center url(img/category.png);340 background: transparent no-repeat -62px center url(img/post-info.png); 341 341 } 342 342 .permalink a { 343 343 padding-left: 20px; 344 background: transparent no-repeat left center url(img/link.png); 345 } 346 .post-tags a { 347 padding-right: 1em; 348 padding-left: 14px; 349 background: transparent no-repeat left center url(img/tag.png); 344 background: transparent no-repeat left bottom url(img/post-info.png); 345 } 346 .post-tags li:first-child { 347 padding-left: 20px; 348 background: transparent no-repeat -124px top url(img/post-info.png); 350 349 } 351 350 .post-tags li { 352 351 display: inline; 353 352 } 353 .post-tags li:after { 354 content: ", "; 355 } 356 .post-tags li:last-child:after { 357 content:""; 358 } 354 359 .post-content { 355 360 padding-bottom: 9px; 356 361 } 357 .post ul {362 .post-content ul, .post-excerpt ul { 358 363 list-style-type: square; 359 364 margin-left: 1em; … … 1067 1072 clear:both; 1068 1073 } 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.