From e87d127676cd75c63046e0049b59870b5e399b3c Mon Sep 17 00:00:00 2001 From: Jeremy Newman Date: Tue, 9 Dec 2008 13:06:03 -0600 Subject: [PATCH] fix top tabs so entire area is clickable --- styles.css | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/styles.css b/styles.css index d072472..014cbeb 100644 --- a/styles.css +++ b/styles.css @@ -84,7 +84,13 @@ BODY { #tabs LI.s { background-image: url('images/tab_s.png'); } #tabs LI.s A { font-weight: bold; } #tabs LI:hover { background-image: url('images/tab_h.png'); } -#tabs A { font-size: 16px; color: white; text-decoration: none; } +#tabs A { + display: block; + width: 108px; + height: 23px; + padding-top: 3px; + font-size: 16px; color: white; text-decoration: none; + } /* sidebar navigation */ #sidebar {