summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2008-08-28 06:10:05 +0100
committerAndrew Dolgov <[email protected]>2008-08-28 06:10:05 +0100
commit4c41e58f53773f9316af1ef23cb643ac4004471d (patch)
treef9542c43024be41bcaeacfeb25918f7e92d9b87b /themes
parentfc0b87e058dffd67c5fbd2107141ab9e0848b935 (diff)
add new widgets to collapse categories, unify behaviour wnen clicking on category/feed title
Diffstat (limited to 'themes')
-rw-r--r--themes/compat/theme.css5
-rw-r--r--themes/graycube/theme.css5
2 files changed, 4 insertions, 6 deletions
diff --git a/themes/compat/theme.css b/themes/compat/theme.css
index 7b5baef41..fab031301 100644
--- a/themes/compat/theme.css
+++ b/themes/compat/theme.css
@@ -54,14 +54,13 @@ ul.feedList li.feedCat {
margin : 0px;
padding : 3px 0px 3px 0px;
color : #707070;
- font-size : x-small;
}
-ul.feedList li.feedCat a {
+ul.feedList li.feedCat span.catTitle {
color : #707070;
}
-ul.feedList li.feedCat a:hover {
+ul.feedList li.feedCat span.catTitle:hover {
color : #5050aa;
}
diff --git a/themes/graycube/theme.css b/themes/graycube/theme.css
index b7d0ac8b6..11567efd3 100644
--- a/themes/graycube/theme.css
+++ b/themes/graycube/theme.css
@@ -158,7 +158,6 @@ div.postReply > div.postHeader {
ul.feedList {
list-style-type : none;
- margin : 5px;
padding : 0px 0px 0px 5px;
font-size : 9pt;
}
@@ -174,13 +173,13 @@ ul.feedList li.feedCat {
font-size : 9pt;
}
-ul.feedList li.feedCat a:hover {
+ul.feedList li.feedCat span.catTitle:hover {
color : black;
}
ul.feedCatList {
list-style-type : none;
- margin : 0px 0px 0px 10px;
+ margin : 0px 0px 0px 15px;
padding : 0px;
}