diff options
author | vdigital <vdigital@piwigo.org> | 2008-12-22 22:05:42 +0000 |
---|---|---|
committer | vdigital <vdigital@piwigo.org> | 2008-12-22 22:05:42 +0000 |
commit | 05244c5cc70657ae4b64a6f00139472f2ad8b406 (patch) | |
tree | 9a6bc48bbc1519f3542156244b1621bf2ea95850 | |
parent | 2faf34386fea2d930d7125dab959844b5e243cdb (diff) |
- theHeader (10 points): 10px more
git-svn-id: http://piwigo.org/svn/branches/2.0@3015 68402e56-0260-453c-a942-63ccdbb3a9ee
-rw-r--r-- | template/yoga/theme/Sylvia/theme.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/template/yoga/theme/Sylvia/theme.css b/template/yoga/theme/Sylvia/theme.css index f9cbc9b56..7b7b303ea 100644 --- a/template/yoga/theme/Sylvia/theme.css +++ b/template/yoga/theme/Sylvia/theme.css @@ -39,8 +39,8 @@ BODY { min-width: 100%; } #theHeader { - min-height:100px; - height:100px; + min-height:110px; + height:110px; } #mbIdentification p, .totalImages { color:#333; |