diff options
author | vdigital <vdigital@piwigo.org> | 2008-10-02 18:39:35 +0000 |
---|---|---|
committer | vdigital <vdigital@piwigo.org> | 2008-10-02 18:39:35 +0000 |
commit | 89bcc54ad71027aafc2651135184414bd56b8e2d (patch) | |
tree | b9aec030cf626b0797d6284ce58e5b74ec5aafbb /template/yoga | |
parent | c8306bc746fc33f34c8eff0336d133e8eccf8632 (diff) |
Random picture had double border with <p> Caption </p>.
Random caption is limited to 127 characters above and 255 below.
git-svn-id: http://piwigo.org/svn/trunk@2638 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'template/yoga')
-rw-r--r-- | template/yoga/theme/Sylvia/theme.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/yoga/theme/Sylvia/theme.css b/template/yoga/theme/Sylvia/theme.css index 4f29ca988..5f64ff3a0 100644 --- a/template/yoga/theme/Sylvia/theme.css +++ b/template/yoga/theme/Sylvia/theme.css @@ -23,7 +23,7 @@ margin:0 0 5px 40px; padding:0; width: 231px; min-width: 231px; border: 0; min-h #menubar DT { background-color:#111; border:0; display:inline; margin-left:8px; text-align:left; } #menubar DD { background:transparent url(images/menuBox_bottom.gif) no-repeat scroll left bottom; margin:14px 0 0 0; padding:0 0 22px; width: 231px; min-width: 231px; border: 0; overflow-x: hidden;} -#menubar UL, #menubar p, +#menubar UL, #menubar #mbCategories p, #menubar .illustration { background:transparent url(images/menuBox_sides.gif) repeat-y scroll left bottom; margin:0; } #menubar DT A { font-size: 100%; } |