summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2005-09-06 17:48:03 +0100
committerAndrew Dolgov <[email protected]>2005-09-06 17:48:03 +0100
commit36d5497293f8436ab18772f923455861b0eb40d3 (patch)
treecbbae4e97acc65fe0eb04273c6884134e68b27fb
parente5d4565450adf1567dba539e959638d9d3f78312 (diff)
cleanup unused styles
-rw-r--r--tt-rss.css41
1 files changed, 0 insertions, 41 deletions
diff --git a/tt-rss.css b/tt-rss.css
index e8e836aad..26a41e36b 100644
--- a/tt-rss.css
+++ b/tt-rss.css
@@ -41,36 +41,6 @@ table.postTable a:hover {
color : black;
}
-table.feedOverview {
- margin : 5px;
- border : 1px solid #c0c0c0;
- background : #f0f0f0;
- -moz-border-radius : 5px;
- padding : 5px;
- font-size : small;
-}
-
-table.feeds {
- font-size : small;
-}
-
-table.feeds td.footer {
- font-weight : bold;
- border-width : 1px 0px 0px 0px;
- border-color : #d0d0d0;
- border-style : solid;
- text-align : right;
- font-size : small;
-}
-
-table.headlinesList td.search {
- font-size : small;
-/* border-width : 0px 0px 1px 0px;
- border-color : #d0d0d0;
- border-style : solid;
- padding-bottom : 3px; */
-}
-
td.headlinesToolbar {
padding : 10px;
}
@@ -242,17 +212,6 @@ table.prefAddFeed input {
width : 250px;
}
-/*
-table.prefAddFeed {
- 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;
-} */
-
table.prefFeedList tr.title td, table.prefFilterList tr.title td,
table.headlinesList tr.title td {
font-weight : bold;