summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
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;
}