aboutsummaryrefslogtreecommitdiffstats
path: root/template/yoga
diff options
context:
space:
mode:
authorchrisaga <chrisaga@piwigo.org>2006-06-24 10:41:49 +0000
committerchrisaga <chrisaga@piwigo.org>2006-06-24 10:41:49 +0000
commit86bbf05e5d84c41bc73914c804d8d0dda833fcf2 (patch)
treeda9e3282414ac27c9faca7f89bd846dea7c12b26 /template/yoga
parent2adee00798a904c9fb9af3a23dd052a81757f2ed (diff)
fix cosmetic issues
git-svn-id: http://piwigo.org/svn/trunk@1389 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'template/yoga')
-rw-r--r--template/yoga/default-layout.css11
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%;
}