From 36d5497293f8436ab18772f923455861b0eb40d3 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Tue, 6 Sep 2005 17:48:03 +0100 Subject: [PATCH] cleanup unused styles --- tt-rss.css | 41 ----------------------------------------- 1 file changed, 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;