From 24495cc9e1efee1a304993039c518f437fb49036 Mon Sep 17 00:00:00 2001 From: Jeremy Newman Date: Tue, 9 Dec 2008 13:11:59 -0600 Subject: [PATCH] set 0 padding on top tabs --- styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/styles.css b/styles.css index 014cbeb..0013964 100644 --- a/styles.css +++ b/styles.css @@ -76,7 +76,7 @@ BODY { width: 112px; height: 28px; margin: 0px 2px 0px 2px; - padding: 2px 0px 0px 0px; + padding: 0; text-align: center; background-image: url('images/tab_u.png'); background-repeat: no-repeat;