From abe4d057f3ca1e0d78e64ba6d5eba1425958ed8c Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sat, 30 Sep 2006 07:57:01 +0100 Subject: [PATCH] stylesheet cleanups --- themes/compat/theme.css | 15 +-------------- tt-rss.css | 20 +++----------------- 2 files changed, 4 insertions(+), 31 deletions(-) diff --git a/themes/compat/theme.css b/themes/compat/theme.css index 33190350..e3546017 100644 --- a/themes/compat/theme.css +++ b/themes/compat/theme.css @@ -303,7 +303,7 @@ tr.title td { border-width : 0px 0px 1px 0px; border-color : #f0f0f0; border-style : solid; - font-size : x-small; + font-size : small; color : gray; } @@ -493,19 +493,6 @@ div.prefHelp, td.prefHelp { padding : 5px; } -td.welcomePrompt { - font-size : x-small; - color : gray; - text-align : right; - padding-right : 10px; -} - -td.httpWelcomePrompt { - font-size : small; - color : gray; - text-align : right; -} - table.loginForm { background-image : url("images/vgrad_light_rev.png"); background-color : white; diff --git a/tt-rss.css b/tt-rss.css index 1206c643..637fde69 100644 --- a/tt-rss.css +++ b/tt-rss.css @@ -393,7 +393,7 @@ tr.title td { border-width : 0px 0px 1px 0px; border-color : #ecf4ff; border-style : solid; - font-size : x-small; + font-size : small; color : black; } @@ -595,23 +595,9 @@ div.bigErrorMsg { } div.prefHelp, td.prefHelp { - font-size : x-small; - color : gray; - padding : 5px; -} - -td.welcomePrompt { - font-size : x-small; - color : #4684ff; - text-align : right; - padding-right : 10px; - padding-top : 5px; -} - -td.httpWelcomePrompt { font-size : small; color : gray; - text-align : right; + padding : 5px; } table.loginForm { @@ -662,7 +648,7 @@ div.logoutContent { } .small { - font-size : x-small; + font-size : small; } table.innerFeedTable td { -- 2.39.5