From c59d33a3a8e5b2aab15f893727227cc1e3bea212 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Thu, 9 Aug 2007 09:56:26 +0100 Subject: fix schema --- themes/graycube/theme.css | 3 --- 1 file changed, 3 deletions(-) (limited to 'themes/graycube') diff --git a/themes/graycube/theme.css b/themes/graycube/theme.css index 58263fe55..33805b2c8 100644 --- a/themes/graycube/theme.css +++ b/themes/graycube/theme.css @@ -10,7 +10,6 @@ div.cdmArticle { border-width : 0px 0px 1px 0px; border-color : #999999; margin : 0px; - padding : 10px; background : #f9f9f9; -moz-border-radius : 0px; } @@ -19,7 +18,6 @@ div.cdmArticleUnread { border-width : 0px 0px 1px 0px; border-color : #999999; margin : 0px; - padding : 10px; background : white; -moz-border-radius : 0px; } @@ -28,7 +26,6 @@ div.cdmArticleSelected, div.cdmArticleUnreadSelected { border-width : 0px 0px 1px 0px; border-color : #999999; margin : 0px; - padding : 10px; background : #ffcccc; -moz-border-radius : 0px; } -- cgit v1.2.3-54-g00ecf