aboutsummaryrefslogtreecommitdiffstats
path: root/template/yoga/menubar.css
diff options
context:
space:
mode:
authorchrisaga <chrisaga@piwigo.org>2006-03-23 07:15:07 +0000
committerchrisaga <chrisaga@piwigo.org>2006-03-23 07:15:07 +0000
commitac31189d735bde8baf35d062da8751b33d08f64f (patch)
tree819a48dbcab12f5463d670cc09877ca6163e31f2 /template/yoga/menubar.css
parent3d74b8cd023c37583e94d497502193120599e802 (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/menubar.css')
-rw-r--r--template/yoga/menubar.css2
1 files changed, 1 insertions, 1 deletions
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;
}