diff options
author | vdigital <vdigital@piwigo.org> | 2008-12-23 19:33:44 +0000 |
---|---|---|
committer | vdigital <vdigital@piwigo.org> | 2008-12-23 19:33:44 +0000 |
commit | 36ea7e0387b15e87e23c76cc4dfb9b93cfd9f222 (patch) | |
tree | 6adca64b81b0fa8ea99c7e8924c6aa8470e6b565 /template/yoga/theme | |
parent | 05244c5cc70657ae4b64a6f00139472f2ad8b406 (diff) |
- Japanese flag
- <p> support in Sylvia menubar
- Admin Help is chartered (First use of the discrete links)
git-svn-id: http://piwigo.org/svn/branches/2.0@3017 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'template/yoga/theme')
-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 7b7b303ea..2e5412e80 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; |