Changeset 305:642d52582fe6 for themes/ductile
- Timestamp:
- 05/22/11 17:43:43 (14 years ago)
- Branch:
- themes
- Location:
- themes/ductile
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
themes/ductile/rebase.css
r304 r305 75 75 code, pre { 76 76 font-family: "Andale mono","Courier New", Courier, mono; 77 background: #f0f0f5;77 font-size: .875em; 78 78 } 79 79 pre { … … 81 81 overflow: auto; 82 82 padding: 1px 8px; 83 line-height: 1 20%;83 line-height: 1.2; 84 84 } 85 85 hr { -
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.