diff options
author | rvelices <rv-github@modusoptimus.com> | 2012-03-29 19:34:00 +0000 |
---|---|---|
committer | rvelices <rv-github@modusoptimus.com> | 2012-03-29 19:34:00 +0000 |
commit | 0929426813a04f627ff3ef357138a154c79f368a (patch) | |
tree | 5ca23984b6f53c16d87e1ec07fa3d9842e82ba85 /themes/Sylvia/theme.css | |
parent | dd9d0beded1bd4629d42dfc19d9779c9e819104e (diff) |
removed unused css, merged some css, etc...
git-svn-id: http://piwigo.org/svn/trunk@13801 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | themes/Sylvia/theme.css | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/themes/Sylvia/theme.css b/themes/Sylvia/theme.css index e4e892a62..a016ca354 100644 --- a/themes/Sylvia/theme.css +++ b/themes/Sylvia/theme.css @@ -285,11 +285,11 @@ .content .commentElement.even { background-color: #111; } -.content .commentElement div.illustration { +.content .commentElement .illustration { padding: 0 0 0 10px; margin: 0 !important; } -.content .commentElement div.illustration a { +.content .commentElement .illustration a { display: block; margin: 0; padding:20px 0 0 8px; @@ -355,9 +355,6 @@ padding: 15px 2px 6px 12px; border: 1px solid #666; } -#thePicturePage .commentElement .date, #thePicturePage .commentElementy .author { - font-weight:bold; -} #thePicturePage .commentsList { padding-left: 12px; padding-right: 12px; |