Changeset 391:77ce8f145513 for themes/ductile/style.css
- Timestamp:
- 06/19/11 01:41:59 (14 years ago)
- Branch:
- themes
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
themes/ductile/style.css
r386 r391 163 163 ------------------------------------------------------------- */ 164 164 165 #wrapper { }165 #wrapper { clear:both; } 166 166 #main { } 167 167 #content { … … 233 233 display: none; 234 234 } 235 h2.post-title { 236 font-weight: normal; 235 .post-title { 237 236 margin-bottom: .33em; 238 237 color: #000; 239 238 line-height: 1.17; 240 239 } 241 h2.post-title a { 242 font-weight: normal; 243 font-style: italic; 240 .post-title a { 244 241 text-decoration: none; 245 242 color: #ad3f4c; … … 391 388 font-size: 1.14em; 392 389 } 393 a.comment-number {390 .comment-number { 394 391 font-size: 2em; 395 392 font-weight: normal; … … 573 570 line-height: 2em; 574 571 } 575 # search #q {572 #q { 576 573 float: left; 577 574 width: 78%; … … 579 576 padding-left: 2px; 580 577 } 581 # search #q:focus {578 #q:focus { 582 579 background: #fcfcf9; 583 580 }
Note: See TracChangeset
for help on using the changeset viewer.