aboutsummaryrefslogtreecommitdiffstats
path: root/template/yoga/mainpage_categories.tpl
diff options
context:
space:
mode:
authorvdigital <vdigital@piwigo.org>2008-09-17 21:13:08 +0000
committervdigital <vdigital@piwigo.org>2008-09-17 21:13:08 +0000
commitbe2b0faa441b1447f11d48b0bce37d11b7ec64e4 (patch)
tree31a03444cd3cd9f66ddf129ff3a34349e8d2eac9 /template/yoga/mainpage_categories.tpl
parent72cc0df65aacc33ff456489e2cf239bbbc708607 (diff)
Tiny end line on tabsheets is removed.
rapid_local_synchro.png deleted (previous synchro big button) And minor CSS Changes git-svn-id: http://piwigo.org/svn/trunk@2545 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'template/yoga/mainpage_categories.tpl')
-rw-r--r--template/yoga/mainpage_categories.tpl16
1 files changed, 9 insertions, 7 deletions
diff --git a/template/yoga/mainpage_categories.tpl b/template/yoga/mainpage_categories.tpl
index 226a82c05..0159bf6a4 100644
--- a/template/yoga/mainpage_categories.tpl
+++ b/template/yoga/mainpage_categories.tpl
@@ -14,13 +14,15 @@
<a href="{$cat.URL}">{$cat.NAME}</a>
{$cat.ICON_TS}
</h3>
- {if isset($cat.INFO_DATES) }
- <p>{$cat.INFO_DATES}</p>
- {/if}
- <p>{$cat.CAPTION_NB_IMAGES}</p>
- {if not empty($cat.DESCRIPTION)}
- <p>{$cat.DESCRIPTION}</p>
- {/if}
+ <div class="text">
+ {if isset($cat.INFO_DATES) }
+ <p class="dates">{$cat.INFO_DATES}</p>
+ {/if}
+ <p class="Nb_images">{$cat.CAPTION_NB_IMAGES}</p>
+ {if not empty($cat.DESCRIPTION)}
+ <p>{$cat.DESCRIPTION}</p>
+ {/if}
+ </div>
</div>
</div>
</li>