diff options
Diffstat (limited to 'template')
-rw-r--r-- | template/yoga/theme/Sylvia/theme.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/template/yoga/theme/Sylvia/theme.css b/template/yoga/theme/Sylvia/theme.css index b84ca4b32..a6d4813db 100644 --- a/template/yoga/theme/Sylvia/theme.css +++ b/template/yoga/theme/Sylvia/theme.css @@ -100,6 +100,11 @@ BODY { border: 0; overflow-x: hidden; } +#menubar DD P { + background:transparent url(images/menuBox_sides.gif) repeat-y scroll left bottom; + padding: 2px 16px 0; + margin: 0; +} #menubar UL, #menubar #mbCategories p, #menubar .illustration { background:transparent url(images/menuBox_sides.gif) repeat-y scroll left bottom; margin:0; |