diff options
author | chrisaga <chrisaga@piwigo.org> | 2006-03-23 07:15:07 +0000 |
---|---|---|
committer | chrisaga <chrisaga@piwigo.org> | 2006-03-23 07:15:07 +0000 |
commit | ac31189d735bde8baf35d062da8751b33d08f64f (patch) | |
tree | 819a48dbcab12f5463d670cc09877ca6163e31f2 /template/yoga | |
parent | 3d74b8cd023c37583e94d497502193120599e802 (diff) |
fix : menu titles (<DT>) and <H2> must match
git-svn-id: http://piwigo.org/svn/trunk@1096 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'template/yoga')
-rw-r--r-- | template/yoga/default-layout.css | 2 | ||||
-rw-r--r-- | template/yoga/menubar.css | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/template/yoga/default-layout.css b/template/yoga/default-layout.css index 94dc24dd3..d8aab0732 100644 --- a/template/yoga/default-layout.css +++ b/template/yoga/default-layout.css @@ -34,7 +34,7 @@ H1 { H2 { margin: 0; - padding: 0px 5px 4px; + padding: 5px 5px 5px 5px; text-align: left; font-size: 120%; } diff --git a/template/yoga/menubar.css b/template/yoga/menubar.css index c89c6c304..b1a768aa9 100644 --- a/template/yoga/menubar.css +++ b/template/yoga/menubar.css @@ -16,7 +16,7 @@ #menubar DT { font-weight: bold; /* default for h2 */ margin: 0; - padding: 5px 10px; + padding: 5px 5px 5px 5px; font-size: 120%; text-align: center; } |