From 5eab3e976214397fecb52743ac48070c9a4cee18 Mon Sep 17 00:00:00 2001 From: mistic100 Date: Sat, 28 Apr 2012 15:08:10 +0000 Subject: correct and simplify comments displaying with Sylvia git-svn-id: http://piwigo.org/svn/trunk@14505 68402e56-0260-453c-a942-63ccdbb3a9ee --- themes/Sylvia/theme.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'themes/Sylvia') diff --git a/themes/Sylvia/theme.css b/themes/Sylvia/theme.css index a94b827c9..3a782adcf 100644 --- a/themes/Sylvia/theme.css +++ b/themes/Sylvia/theme.css @@ -279,6 +279,9 @@ } /* User comments */ +#comments { + margin: 0 10px 5px 10px; +} .content .commentElement { border: 1px solid #666; } @@ -356,7 +359,6 @@ } #thePicturePage .odd { background-color: #222; - border-top:0 !important; } .pictureContent { -- cgit v1.2.3