diff options
-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 { |