Changeset 470:6fc5429874d6 for themes/ductile/style.css
- Timestamp:
- 07/01/11 18:51:25 (14 years ago)
- Branch:
- themes
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
themes/ductile/style.css
r446 r470 193 193 194 194 /* ------------------------------------------------------- pagination, navlinks */ 195 #navlinks,195 .navlinks, 196 196 .pagination { 197 197 margin: 2em 0 1em 0; … … 214 214 border-bottom: 1px solid #ccc; 215 215 } 216 #navlinks {216 .navlinks { 217 217 margin-top: 4em; 218 218 } 219 #navlinks a,219 .navlinks a, 220 220 .pagination a { 221 221 padding: 0 1em; … … 244 244 .post h3, 245 245 .post h4, 246 .post h5 246 .post h5, 247 247 .post h6 { 248 248 font-variant: small-caps; … … 706 706 .dc-post { } 707 707 .dc-category { } 708 .dc-archive { } 708 709 .dc-archive #content { 710 margin-left: 0; 711 } 712 .arch-block { 713 float: left; 714 display: inline; 715 margin-right: 4em; 716 margin-bottom: 3em; 717 } 718 .arch-block h3, .dc-archive #blogextra h2 { 719 font-size: 1.2em; 720 font-style: italic; 721 font-weight: normal; 722 margin-bottom: 2em; 723 } 724 .arch-block ul { 725 list-style-type: none; 726 margin: 0; 727 padding: 0; 728 } 729 709 730 .dc-archive-month h2.post-title { 710 731 font-size: 1.3em; 711 732 } 712 .dc-archive { } 733 713 734 .dc-tags { } 714 735 .dc-tag { }
Note: See TracChangeset
for help on using the changeset viewer.