Changeset 643:53921fbec58b
- Timestamp:
- 07/24/11 11:27:23 (14 years ago)
- Branch:
- themes
- Location:
- themes/ductile
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
themes/ductile/style.css
r642 r643 247 247 } 248 248 .post-icon { 249 display: block; 249 250 float: left; 250 251 margin: .33em 1em .66em 0; 251 }252 .post-icon img {253 252 padding: 4px; 254 253 border: 1px solid #999; -
themes/ductile/tpl/_entry-short.html
r641 r643 42 42 <tpl:EntryIf extended="0"> 43 43 <div class="post-content"> 44 <p class="post-icon">{{tpl:EntryFirstImage size="t"}}</p>44 {{tpl:EntryFirstImage size="t" class="post-icon"}} 45 45 {{tpl:EntryContent encode_html="1" remove_html="1" cut_string="300"}} 46 46 </div>
Note: See TracChangeset
for help on using the changeset viewer.