From 64e578c4789e2712b0da0f7f96907d9f6f941cc1 Mon Sep 17 00:00:00 2001 From: vdigital Date: Fri, 23 Apr 2010 19:39:26 +0000 Subject: Fix: Scroll issue with long subcat descriptions git-svn-id: http://piwigo.org/svn/branches/2.0@5942 68402e56-0260-453c-a942-63ccdbb3a9ee --- template/yoga/theme/Sylvia/theme.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/template/yoga/theme/Sylvia/theme.css b/template/yoga/theme/Sylvia/theme.css index 67f1ad0f1..2eb691fd2 100644 --- a/template/yoga/theme/Sylvia/theme.css +++ b/template/yoga/theme/Sylvia/theme.css @@ -433,4 +433,10 @@ input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hove } tr.tagLine, fieldset.tagLetter, legend.tagLetterLegend { border-color: #666666; +} +#the_page .content div.thumbnailCategory div.description { + height:158px; +} +#the_page .content div.thumbnailCategory div.description .text { + height:122px !important; } \ No newline at end of file -- cgit v1.2.3