diff options
author | mistic100 <mistic@piwigo.org> | 2011-05-07 15:55:10 +0000 |
---|---|---|
committer | mistic100 <mistic@piwigo.org> | 2011-05-07 15:55:10 +0000 |
commit | fdfe41e3433d420bbfe643ada3e98e1d081fd78d (patch) | |
tree | 61f0238a5a0b39daabf8e6baaa9b72096b758893 /themes/Sylvia/theme.css | |
parent | 0cbac27ddbc1116095561864981af4f6f7cf7f57 (diff) |
merge spread_menus to the core
git-svn-id: http://piwigo.org/svn/trunk@10812 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'themes/Sylvia/theme.css')
-rw-r--r-- | themes/Sylvia/theme.css | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/themes/Sylvia/theme.css b/themes/Sylvia/theme.css index 22f0ff13f..252ccf5c0 100644 --- a/themes/Sylvia/theme.css +++ b/themes/Sylvia/theme.css @@ -141,6 +141,10 @@ .content { background:#222 url(images/fillet.gif) repeat-x scroll left top; min-height:466px; + border: 1px solid #000; + border-top: 0; + margin:21px 7px 0 290px !important; + padding-top:7px; } #the_page { @@ -155,13 +159,6 @@ min-width: 100%; } -#theCategoryPage .content { - border: 1px solid #000; - border-top: 0; - margin:21px 7px 0 290px !important; - padding-top:7px; -} - .content h2 { margin:0; padding:0px 10px 15px 15px; @@ -362,6 +359,10 @@ border-top:0 !important; } +.pictureContent { + margin:0 7px 7px 290px; +} + #addComment fieldset { color: #f70; border-color: #f70; |