summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2008-05-12 09:26:29 +0100
committerAndrew Dolgov <[email protected]>2008-05-12 09:26:29 +0100
commitff284aa0b824cd294f8806ce193b37b7e6009163 (patch)
tree12f4921cea24f28afdc49f58b098b7e4faceb633 /themes
parenta9a3fcabcee5926ec6a95288bb057d450aef0f13 (diff)
compat theme: properly reflow container height
Diffstat (limited to 'themes')
-rw-r--r--themes/compat/theme.css7
1 files changed, 6 insertions, 1 deletions
diff --git a/themes/compat/theme.css b/themes/compat/theme.css
index fcda0b431..971ab5db9 100644
--- a/themes/compat/theme.css
+++ b/themes/compat/theme.css
@@ -324,6 +324,11 @@ table.prefFeedList td.feedEditCat {
border-color : #c0c0c0;
}
+table.prefFilterList td.filterEditCat {
+ font-size : large;
+ border-color : #c0c0c0;
+}
+
table.prefFeedList td.feedIcon {
text-align : center;
}
@@ -894,7 +899,7 @@ div.headlines_cdm {
#footer {
position : absolute;
bottom : 0px;
- height : 30px;
+ height : 20px;
text-align : center;
color : gray;
font-size : x-small;