summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2007-08-09 09:56:26 +0100
committerAndrew Dolgov <[email protected]>2007-08-09 09:56:26 +0100
commitc59d33a3a8e5b2aab15f893727227cc1e3bea212 (patch)
treefed04b9aada395cde4a0cfdea9ba5cb35a08c097 /themes
parenta219fec54d09f81da2686a8817dd67ae98872661 (diff)
fix schema
Diffstat (limited to 'themes')
-rw-r--r--themes/graycube/theme.css3
1 files changed, 0 insertions, 3 deletions
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;
}