Changeset 699:c503e64b7577 for themes/ductile
- Timestamp:
- 08/16/11 21:18:23 (14 years ago)
- Branch:
- default
- Location:
- themes/ductile
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
themes/ductile/mediaqueries.css
r683 r699 207 207 font-weight: normal; 208 208 } 209 #blogcustom { 210 padding: 0 1em; 211 } 209 212 #stickers { 210 213 position: absolute; -
themes/ductile/style.css
r697 r699 623 623 } 624 624 #sidebar ul li ul { 625 margin-top: 0; 626 margin-bottom: 0; 625 margin: 0; 627 626 } 628 627 #sidebar li { 629 628 padding-left: 16px; 630 background: transparent url(img/squares.png) no-repeat 0.5em;629 background: transparent url(img/squares.png) no-repeat -133px .5em; 631 630 } 632 631 #sidebar ul li ul li { 633 background: transparent url(img/squares.png) no-repeat 0center;632 background: transparent url(img/squares.png) no-repeat -70px center; 634 633 } 635 634 #sidebar ul li ul li ul li { … … 716 715 #blogcustom { 717 716 clear: both; 718 text-align: center;719 717 background-color: #ededed; 720 718 color: #333; … … 729 727 #blogcustom > div { 730 728 display: inline-block; 731 text-align: left;732 729 vertical-align: top; 733 730 width: 294px;
Note: See TracChangeset
for help on using the changeset viewer.