summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2005-09-03 12:04:21 +0100
committerAndrew Dolgov <[email protected]>2005-09-03 12:04:21 +0100
commite9129298811a62309458e395691f92b9d154d2a4 (patch)
treed2e3dc624bf3ba782585646075b14f0064ebcfbc
parent0f4102532706031f546cd0d2aba6720b1b2386ef (diff)
simplify preferences layout
-rw-r--r--tt-rss.css15
1 files changed, 2 insertions, 13 deletions
diff --git a/tt-rss.css b/tt-rss.css
index 3ecb8970e..de6051f4f 100644
--- a/tt-rss.css
+++ b/tt-rss.css
@@ -218,17 +218,7 @@ table.prefAddFeed input {
width : 250px;
}
-form.prefForm {
- border : 1px solid #c0c0c0;
- padding : 10px;
- -moz-border-radius : 5px;
- background-color : #f0f0f0;
- background-image : url("images/form.png");
- background-position : bottom left;
- background-repeat : repeat-x;
- width : 500px;
-}
-
+/*
table.prefAddFeed {
border : 1px solid #c0c0c0;
padding : 10px;
@@ -237,8 +227,7 @@ table.prefAddFeed {
background-image : url("images/form.png");
background-position : bottom left;
background-repeat : repeat-x;
-
-}
+} */
table.prefFeedList tr.title td, table.prefFilterList tr.title td {
font-weight : bold;