diff options
author | sarven <csarven@plantard.controlezvous.ca> | 2009-01-19 03:16:50 +0000 |
---|---|---|
committer | sarven <csarven@plantard.controlezvous.ca> | 2009-01-19 03:16:50 +0000 |
commit | 1a6d120f28d232f3c6684450b197203fe297a605 (patch) | |
tree | 3ab07caeaa2dd14115bc6edf93c63938c6ede1cd /theme/base | |
parent | 0b5f0f4faaf04fdf13dbd5dea1f081b9e1cc6071 (diff) |
margin-bottom for global nav for more space
Diffstat (limited to 'theme/base')
-rw-r--r-- | theme/base/css/display.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/theme/base/css/display.css b/theme/base/css/display.css index d659a4b4c..22e1e7b9e 100644 --- a/theme/base/css/display.css +++ b/theme/base/css/display.css @@ -213,6 +213,7 @@ margin-bottom:29px; #site_nav_global_primary { float:right; margin-right:18px; +margin-bottom:11px; } #site_nav_global_primary ul li { display:inline; |