diff options
author | chrisaga <chrisaga@piwigo.org> | 2006-06-24 10:45:27 +0000 |
---|---|---|
committer | chrisaga <chrisaga@piwigo.org> | 2006-06-24 10:45:27 +0000 |
commit | cf363a9a2d9105f33ab00986d67b0b24999546be (patch) | |
tree | 7876fe1004127833b3cb895fa7f42bdff6e612f8 /template/yoga/default-layout.css | |
parent | 422c199beda6444d6a9dccf0f4e36b5fb057916f (diff) |
merge from trunk svn:1387:1389 into branch 1.6
fix bug 411 and some other cosmetic issues
git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1390 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'template/yoga/default-layout.css')
-rw-r--r-- | template/yoga/default-layout.css | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/template/yoga/default-layout.css b/template/yoga/default-layout.css index a9fc2da1c..855b7e7dc 100644 --- a/template/yoga/default-layout.css +++ b/template/yoga/default-layout.css @@ -13,15 +13,16 @@ BODY { } H1 { - text-align: center; - font-size: 150%; - font-weight: bold; - padding: 0; margin: 1ex 0 2ex 0; + text-align: center; + font-size: 150%; + font-weight: bold; + padding: 0; + margin: 0.5em 0 1em 0; } H2 { margin: 0; - padding: 5px 5px 5px 5px; + padding: 5px 0.5em 5px 0.5em; text-align: left; font-size: 120%; } |