diff options
author | mistic100 <mistic@piwigo.org> | 2012-04-28 15:08:10 +0000 |
---|---|---|
committer | mistic100 <mistic@piwigo.org> | 2012-04-28 15:08:10 +0000 |
commit | 5eab3e976214397fecb52743ac48070c9a4cee18 (patch) | |
tree | 90ba79b25e2b4ef8e173defe706f2be6202186a9 | |
parent | ad5ee2d699d6529e118b2c9a624da776795567f2 (diff) |
correct and simplify comments displaying with Sylvia
git-svn-id: http://piwigo.org/svn/trunk@14505 68402e56-0260-453c-a942-63ccdbb3a9ee
-rw-r--r-- | themes/Sylvia/theme.css | 4 |
1 files changed, 3 insertions, 1 deletions
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 { |