Dotclear

Changeset 641:bd45a8deb6af


Ignore:
Timestamp:
07/24/11 10:53:54 (14 years ago)
Author:
kozlika
Branch:
themes
Message:

Ductile - Amélioration du format short pour les listes de billets.

Location:
themes/ductile
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • themes/ductile/style.css

    r638 r641  
    245245     text-decoration: none; 
    246246     color: #ad3f4c; 
     247     } 
     248.post-icon { 
     249     float: left; 
     250     margin: .5em 1em 1em 0; 
    247251     } 
    248252.post h3, 
  • themes/ductile/tpl/_entry-short.html

    r615 r641  
    4141     <!-- # Entry without excerpt --> 
    4242     <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> 
    4447          <tpl:EntryIfContentIsCut encode_html="1" remove_html="1" cut_string="300"> 
    4548               <p class="read-it"><a href="{{tpl:EntryURL}}" 
Note: See TracChangeset for help on using the changeset viewer.

Sites map