Changes in [693:2b028c92b89c:695:70635b1d57c1]
- Location:
- themes/ductile
- Files:
-
- 2 deleted
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
themes/ductile/style.css
r688 r694 334 334 } 335 335 .post-info span + span { 336 padding-left: .5em; 337 } 338 .post-breadcrumb-cat a { 339 padding-left: 24px; 340 background: transparent no-repeat left center url(img/breadcrumb-category.png); 341 } 342 .post-cat a { 336 padding-right: .5em; 337 } 338 .post-cat { 343 339 padding-left: 24px; 344 340 background: transparent no-repeat left center url(img/category.png); … … 347 343 padding-left: 20px; 348 344 background: transparent no-repeat left center url(img/link.png); 349 }350 .post-info .post-date {351 padding-left: 28px;352 background: transparent no-repeat 6px center url(img/date.png);353 345 } 354 346 .post-tags a { -
themes/ductile/tpl/_entry-full.html
r683 r694 10 10 <span class="post-date">{{tpl:EntryDate}}. </span> 11 11 <tpl:EntryIf has_category="1"> 12 <tpl:EntryCategoriesBreadcrumb> 13 <span class="post-breadcrumb-cat"><a href="{{tpl:CategoryURL}}">{{tpl:CategoryTitle encode_html="1"}}</a></span> › 14 </tpl:EntryCategoriesBreadcrumb> 15 <span class="post-cat"><a href="{{tpl:EntryCategoryURL}}">{{tpl:EntryCategory encode_html="1"}}</a></span> 12 <span class="post-cat"><tpl:EntryCategoriesBreadcrumb><a 13 href="{{tpl:CategoryURL}}">{{tpl:CategoryTitle encode_html="1"}}</a> › </tpl:EntryCategoriesBreadcrumb><a 14 href="{{tpl:EntryCategoryURL}}">{{tpl:EntryCategory encode_html="1"}}</a></span> 16 15 </tpl:EntryIf> 17 16 </p> -
themes/ductile/tpl/_entry-short.html
r683 r694 10 10 <span class="post-date">{{tpl:EntryDate}}. </span> 11 11 <tpl:EntryIf has_category="1"> 12 <tpl:EntryCategoriesBreadcrumb> 13 <span class="post-breadcrumb-cat"><a href="{{tpl:CategoryURL}}">{{tpl:CategoryTitle encode_html="1"}}</a></span> › 14 </tpl:EntryCategoriesBreadcrumb> 15 <span class="post-cat"><a href="{{tpl:EntryCategoryURL}}">{{tpl:EntryCategory encode_html="1"}}</a></span> 12 <span class="post-cat"><tpl:EntryCategoriesBreadcrumb><a 13 href="{{tpl:CategoryURL}}">{{tpl:CategoryTitle encode_html="1"}}</a> › </tpl:EntryCategoriesBreadcrumb><a 14 href="{{tpl:EntryCategoryURL}}">{{tpl:EntryCategory encode_html="1"}}</a></span> 16 15 </tpl:EntryIf> 17 16 </p> -
themes/ductile/tpl/_simple-entry.html
r683 r694 8 8 <span class="permalink"><a href="{{tpl:EntryURL}}">{{tpl:lang Permalink}}</a></span> 9 9 <tpl:EntryIf has_category="1"> 10 <tpl:EntryCategoriesBreadcrumb> 11 <span class="post-breadcrumb-cat"><a href="{{tpl:CategoryURL}}">{{tpl:CategoryTitle encode_html="1"}}</a></span> › 12 </tpl:EntryCategoriesBreadcrumb> 13 <span class="post-cat"><a href="{{tpl:EntryCategoryURL}}">{{tpl:EntryCategory encode_html="1"}}</a></span> 10 <span class="post-cat"><tpl:EntryCategoriesBreadcrumb><a 11 href="{{tpl:CategoryURL}}">{{tpl:CategoryTitle encode_html="1"}}</a> › </tpl:EntryCategoriesBreadcrumb><a 12 href="{{tpl:EntryCategoryURL}}">{{tpl:EntryCategory encode_html="1"}}</a></span> 14 13 </tpl:EntryIf> 15 14 </p>
Note: See TracChangeset
for help on using the changeset viewer.