Changeset 641:bd45a8deb6af
- Timestamp:
- 07/24/11 10:53:54 (14 years ago)
- Branch:
- themes
- Location:
- themes/ductile
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
themes/ductile/style.css
r638 r641 245 245 text-decoration: none; 246 246 color: #ad3f4c; 247 } 248 .post-icon { 249 float: left; 250 margin: .5em 1em 1em 0; 247 251 } 248 252 .post h3, -
themes/ductile/tpl/_entry-short.html
r615 r641 41 41 <!-- # Entry without excerpt --> 42 42 <tpl:EntryIf extended="0"> 43 <div class="post-content">{{tpl:EntryContent encode_html="1" remove_html="1" cut_string="300"}}</div> 43 <div class="post-content"> 44 <p class="post-icon">{{tpl:EntryFirstImage size="t"}}</p> 45 {{tpl:EntryContent encode_html="1" remove_html="1" cut_string="300"}} 46 </div> 44 47 <tpl:EntryIfContentIsCut encode_html="1" remove_html="1" cut_string="300"> 45 48 <p class="read-it"><a href="{{tpl:EntryURL}}"
Note: See TracChangeset
for help on using the changeset viewer.