aboutsummaryrefslogtreecommitdiffstats
path: root/themes/Sylvia/theme.css
diff options
context:
space:
mode:
Diffstat (limited to 'themes/Sylvia/theme.css')
-rw-r--r--themes/Sylvia/theme.css9
1 files changed, 7 insertions, 2 deletions
diff --git a/themes/Sylvia/theme.css b/themes/Sylvia/theme.css
index 98e8fee34..3c4322980 100644
--- a/themes/Sylvia/theme.css
+++ b/themes/Sylvia/theme.css
@@ -200,14 +200,19 @@
.thumbnailCategory .illustration a {
display: block;
margin: 0;
- padding:20px 0 0 8px;
+ padding: 15px 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;
padding:15px 10px 3px 0;
- overflow-x: hidden !important;
+ overflow: hidden !important;
height:158px;
}
.thumbnailCategory .description .text {