Changeset 436:4f8dd04d5916
- Timestamp:
- 06/28/11 21:58:04 (14 years ago)
- Branch:
- themes
- Files:
-
- 5 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
.hgignore
r304 r436 5 5 themes/ductile/_work 6 6 themes/ductile-work 7 themes/ductile/default-templates -
themes/ductile/style.css
r391 r436 195 195 #navlinks, 196 196 .pagination { 197 margin -bottom: 1em;197 margin: 2em 0 1em 0; 198 198 padding: 4px 8px; 199 199 text-align: center; … … 261 261 .post-tags { 262 262 font-size: .875em; 263 padding: 0; 263 margin: 0; 264 background: #fff; 265 display: inline; 266 padding: 0 .66em 0 0; 264 267 } 265 268 .post-info a, -
themes/ductile/tpl/_top.html
r391 r436 9 9 <div id="top"> 10 10 <h1><span><a href="{{tpl:BlogURL}}">{{tpl:BlogName encode_html="1"}}</a></span></h1> 11 12 <!-- Pour Franck:13 Il faudrait trouver un moyen pour que14 1. la balise <p /> ne soit présente que si la description est non vide15 2. que l'utilisateur puisse indiquer si oui ou non il souhaite afficher la description (?)16 -->17 11 <p id="blogdesc" class="nomobile">{{tpl:BlogDescription}}</p> 12 </div> 18 13 19 14 <!-- # --BEHAVIOR-- publicTopAfterContent --> 20 15 {{tpl:SysBehavior behavior="publicTopAfterContent"}} 21 </div>22 16 23 17 <!-- Pour Franck:
Note: See TracChangeset
for help on using the changeset viewer.