summaryrefslogtreecommitdiff
path: root/tt-rss.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2005-12-20 16:48:52 +0100
committerAndrew Dolgov <[email protected]>2005-12-20 16:48:52 +0100
commit1163fb6d6190234707c8cbe90f092274cd3633b8 (patch)
tree6306e81df6bb710f32b89a229fe3c7048faec624 /tt-rss.css
parentbeac550b5f4021c00d7ea72af8f121a43c222d8b (diff)
misc css cleanups, hide input borders from IE
Diffstat (limited to 'tt-rss.css')
-rw-r--r--tt-rss.css8
1 files changed, 3 insertions, 5 deletions
diff --git a/tt-rss.css b/tt-rss.css
index ecee33c26..7e4b4efcb 100644
--- a/tt-rss.css
+++ b/tt-rss.css
@@ -31,7 +31,7 @@ table.main td.prefsToolbar {
}
table.main td.feeds {
- width : 300px;
+ width : 290px;
height : 100%;
border-width : 1px 0px 0px 0px;
border-style : solid;
@@ -146,9 +146,6 @@ ul.feedList {
ul.feedList li.feedCat {
margin : 0px;
padding : 3px 0px 3px 0px;
-/* border-width : 0px 0px 1px 0px;
- border-color : #f0f0f0;
- border-style : solid; */
color : #707070;
font-size : small;
}
@@ -170,6 +167,7 @@ ul.feedCatList {
ul.feedCatList li {
margin : 0px;
padding : 0px 0px 0px 0px;
+ color : black;
}
ul.feedList li {
@@ -458,7 +456,7 @@ a.button {
display : none;
}
-input {
+td > input {
border : 1px solid #a0a0a0;
}