diff options
Diffstat (limited to 'themes/Sylvia/theme.css')
-rw-r--r-- | themes/Sylvia/theme.css | 14 |
1 files changed, 5 insertions, 9 deletions
diff --git a/themes/Sylvia/theme.css b/themes/Sylvia/theme.css index 3c4322980..3111bc643 100644 --- a/themes/Sylvia/theme.css +++ b/themes/Sylvia/theme.css @@ -194,20 +194,16 @@ } .thumbnailCategory .illustration { background:transparent url(images/cat_top-left.gif) no-repeat scroll left top; - padding: 0 0 0 10px; - margin: 0 !important; + padding: 0 5px 0 10px; + margin: 0 !important; + text-align: center; } .thumbnailCategory .illustration a { display: block; - margin: 0; - padding: 15px 4px 0; + margin: 0 auto; + padding: 20px 4px 0; border:0; } -.thumbnailCategory .illustration img { - border-radius: 0 10px 0 10px; - -moz-border-radius: 0 10px 0 10px; - -webkit-border-radius: 0 10px 0 10px; -} .thumbnailCategory .description { background:transparent url(images/cat_top-right.gif) no-repeat scroll right top; margin: 0; |