Changeset 305:642d52582fe6 for themes/ductile/style.css
- Timestamp:
- 05/22/11 17:43:43 (14 years ago)
- Branch:
- themes
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
themes/ductile/style.css
r304 r305 9 9 10 10 @import url(rebase.css); 11 @import url(colors.css);12 11 @import url(layouts.css); 13 12 … … 21 20 text-decoration: none; 22 21 } 23 24 22 h1 a, h2 a, .post-info-co a { 25 23 text-decoration: none; 26 24 } 25 .post-title a { 26 font-weight: normal; 27 } 27 28 28 .post-content img { 29 /* ------------------------------------------------------- billets */ 30 .post-title { 31 font-style:italic; 32 } 33 34 /* ------------------------------------------------------- billets */ 35 #sidebar h2 { 36 font-size: 1em; 37 } 38 39 40 /* ----------------------------------------------- 41 personnalisations blog chantier 42 ------------------------------------------------ */ 43 .post-content img, .post-excerpt img { 29 44 border: 1px solid #ccc; 30 31 45 } 46 code, pre { 47 background: #dfdfdf; 48 border-right: 1px solid #aaa; 49 border-bottom: 1px solid #aaa; 50 }
Note: See TracChangeset
for help on using the changeset viewer.