From: cajus Date: Tue, 16 Mar 2010 12:35:25 +0000 (+0000) Subject: Removed top border for list footer X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=5223915c299ab169dd23f0538fb9823b39853507;p=gosa.git Removed top border for list footer git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@16626 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-core/html/themes/modern/style.css b/gosa-core/html/themes/modern/style.css index 70bb61d4c..5512ce4bd 100644 --- a/gosa-core/html/themes/modern/style.css +++ b/gosa-core/html/themes/modern/style.css @@ -838,7 +838,6 @@ div.nlistFooter { color:#444; background: -webkit-gradient(linear, 0 0, 0 100%, from(#F8F8F8), to(#EEE)); background: -moz-linear-gradient(top, #F8F8F8, #EEE); - border-top:1px solid #CCC; border-left:1px solid #CCC; border-right:1px solid #CCC; border-bottom:1px solid #CCC;