Changeset 642:8da8e8c7f3d3 for themes/ductile
- Timestamp:
- 07/24/11 11:12:42 (14 years ago)
- Branch:
- themes
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
themes/ductile/style.css
r641 r642 248 248 .post-icon { 249 249 float: left; 250 margin: .5em 1em 1em 0; 250 margin: .33em 1em .66em 0; 251 } 252 .post-icon img { 253 padding: 4px; 254 border: 1px solid #999; 255 -moz-box-shadow: 2px 2px 3px #ccc; 256 -webkit-box-shadow: 2px 2px 3px #ccc; 257 -o-box-shadow: 2px 2px 3px #ccc; 258 box-shadow: 2px 2px 3px #ccc; 251 259 } 252 260 .post h3,
Note: See TracChangeset
for help on using the changeset viewer.