diff options
author | chrisaga <chrisaga@piwigo.org> | 2006-04-09 10:53:14 +0000 |
---|---|---|
committer | chrisaga <chrisaga@piwigo.org> | 2006-04-09 10:53:14 +0000 |
commit | ba711b68b38f8b8aad7f7c4158b9479df7e6a44f (patch) | |
tree | 716e4b3380e5d63897df2b3430d21396935d688a /template/yoga/mainpage_categories.tpl | |
parent | 86a90feddf8a9f6918bac25c52f31f1f5d6e17c7 (diff) |
- Improve thumbnailCategories display : This new display looks quite good with both themes.
Handle long category description with automatic scrollbars.
Got rid of the hr.separation which mess the display sometimes.
git-svn-id: http://piwigo.org/svn/trunk@1136 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'template/yoga/mainpage_categories.tpl')
-rw-r--r-- | template/yoga/mainpage_categories.tpl | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/template/yoga/mainpage_categories.tpl b/template/yoga/mainpage_categories.tpl index de0ed498e..1bc0a9e73 100644 --- a/template/yoga/mainpage_categories.tpl +++ b/template/yoga/mainpage_categories.tpl @@ -18,10 +18,8 @@ <p>{categories.category.NB_IMAGES} {lang:pictures}</p> <p>{categories.category.DESCRIPTION}</p> </div> - <hr class="separation" /> </div> </li> <!-- END category --> </ul> -<hr class="separation" /> <!-- END categories --> |