From f59c81db23ede6fca95b9e0cc0d4e27f75d4ad47 Mon Sep 17 00:00:00 2001 From: wangchunsheng Date: Wed, 24 Nov 2010 01:53:20 +0000 Subject: [PATCH] * add the divider css. --- www/theme/default/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/www/theme/default/style.css b/www/theme/default/style.css index 5b69b4aba0..9de94ee9df 100644 --- a/www/theme/default/style.css +++ b/www/theme/default/style.css @@ -289,6 +289,7 @@ table.tablesorter thead tr .headerSortDown {background-image: url(./images/table .tabs a.current {background:green; color:white} /* Footer. */ +#divider {margin-bottom:30px} #footer {width:100%; position:fixed; bottom:0; left:0; margin:0; color:#333; background-color:#FBF5C6; border-top:1px solid #F4BF20;} #crumbs {padding:5px 0 5px 10px;} #poweredby {padding-right:12px; margin-top:5px; display:block;}