From 4410853c5edd015538e02dc0baadce77a69dd275 Mon Sep 17 00:00:00 2001 From: wangchunsheng Date: Tue, 25 Dec 2012 06:44:02 +0000 Subject: [PATCH] * adjust the padding of mainmenu. --- www/theme/default/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/theme/default/style.css b/www/theme/default/style.css index b3c6519083..7f0d542896 100644 --- a/www/theme/default/style.css +++ b/www/theme/default/style.css @@ -282,7 +282,7 @@ table.tablesorter thead tr .headerSortDown {background-image: url(./images/table /* Main menu. */ #mainmenu ul { height:30px; line-height:30px} -#mainmenu li {padding:0 10px; border-right:3px solid #002242; color:white; font-size:14px; background:#1A4F85} +#mainmenu li {padding:0 15px; border-right:3px solid #002242; color:white; font-size:14px; background:#1A4F85} #mainmenu a {color:#E5E5E5; font-weight:normal;} #mainmenu .active {background-color:#e5e5e5;} #mainmenu .active a {color:#33a52e; font-weight:bold;}