From 7ff0dcb179c8364d1a6a89be5ecbf958b6292325 Mon Sep 17 00:00:00 2001 From: azammitdcarf Date: Mon, 4 Jul 2011 06:20:20 +0000 Subject: [PATCH] Misc fixes - extra carriage return and wrong font size in css --- client/index.php | 1 - css/tabber.css | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/client/index.php b/client/index.php index d0b4b879..626f055c 100644 --- a/client/index.php +++ b/client/index.php @@ -128,4 +128,3 @@ else xhtml_foot(); ?> - diff --git a/css/tabber.css b/css/tabber.css index c64c24e2..61362396 100644 --- a/css/tabber.css +++ b/css/tabber.css @@ -45,7 +45,7 @@ ul.tabbernav li a border-bottom: none; background: #DDE; text-decoration: none; - font-size: 10px; + font-size: 9px; } ul.tabbernav li a:link { color: #448; }