Changes in [698:d3b49094aba6:696:1a2b2b2d943b]
- Location:
- themes/ductile
- Files:
-
- 10 added
- 3 deleted
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
themes/ductile/style.css
r697 r694 388 388 text-decoration: none; 389 389 padding-right: 1em; 390 padding-left: 20px; 390 padding-left: 28px; 391 background-color: #fff; 392 background-repeat: no-repeat; 393 background-position: left center; 391 394 } 392 395 .post-info-co a.comment_count { 393 background : url(img/info-co.png) no-repeat left .25em;396 background-image: url(img/comment.png); 394 397 } 395 398 .post-info-co a.ping_count { 396 background : url(img/info-co.png) no-repeat left center;399 background-image: url(img/ping.png); 397 400 } 398 401 .post-info-co a.attach_count { 399 background : url(img/info-co.png) no-repeat left -126px;402 background-image: url(img/attach.png); 400 403 } 401 404 #attachments { … … 415 418 } 416 419 #attachments ul li { 417 padding-left: 2 8px;418 background: transparent url(img/download.png) no-repeat left -2px;420 padding-left: 24px; 421 background: transparent url(img/download.png) no-repeat left .3em; 419 422 } 420 423 … … 486 489 } 487 490 .comment .comment-number { 488 background: transparent url(img/ info-co.png) right .25emno-repeat;491 background: transparent url(img/comm.png) right center no-repeat; 489 492 } 490 493 .ping .comment-number { 491 background: transparent url(img/ info-co.png) right center no-repeat;494 background: transparent url(img/tb.png) right center no-repeat; 492 495 } 493 496 #comments-feed { … … 601 604 } 602 605 #sidebar h2.toggle { 603 background: url(img/ minus-plus.png) no-repeat left -82px;606 background: url(img/plus.png) no-repeat left center; 604 607 padding-left: 16px; 605 608 } 606 609 #sidebar h2.expanded { 607 background : url(img/minus-plus.png) no-repeat left 6px;610 background-image: url(img/minus.png); 608 611 } 609 612 #sidebar h2.toggle a { … … 628 631 #sidebar li { 629 632 padding-left: 16px; 630 background: transparent url(img/square s.png) no-repeat 0 .5em;633 background: transparent url(img/square.png) no-repeat 0 .5em; 631 634 } 632 635 #sidebar ul li ul li { 633 background : transparent url(img/squares.png) no-repeat 0 center;636 background-image: url(img/square2.png); 634 637 } 635 638 #sidebar ul li ul li ul li { 636 background : transparent url(img/squares.png) no-repeat 0 center;639 background-image: url(img/square3.png); 637 640 } 638 641 #sidebar .syndicate li {
Note: See TracChangeset
for help on using the changeset viewer.