From 8934e57412f27527890cbe26ac95fcd5b4baacb4 Mon Sep 17 00:00:00 2001 From: tworrall Date: Wed, 1 Jun 2011 19:56:21 +0000 Subject: [PATCH] NIHVIVO-2677 - one more css tweak to correct spacing --- themes/wilma/css/wilma.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/themes/wilma/css/wilma.css b/themes/wilma/css/wilma.css index 99b2bd91..cd9df346 100644 --- a/themes/wilma/css/wilma.css +++ b/themes/wilma/css/wilma.css @@ -410,7 +410,7 @@ ul#header-nav { ul#header-nav li { float: left; display: block; - padding-left: 10px; + padding-left: 20px; padding-right: 20px; border-right: 1px solid #7c7d7f; font-size: .7em; @@ -420,6 +420,7 @@ ul#header-nav li.last { border-right: none; } ul#header-nav li:last-child { + padding-left: 10px; padding-right: 0; border-right: none; }