summaryrefslogtreecommitdiff
path: root/themes/compat
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/compat
parentfc0b87e058dffd67c5fbd2107141ab9e0848b935 (diff)
add new widgets to collapse categories, unify behaviour wnen clicking on category/feed title
Diffstat (limited to 'themes/compat')
-rw-r--r--themes/compat/theme.css5
1 files changed, 2 insertions, 3 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;
}