From c4cbe62c711c25da8718da474d39aed4c5092426 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Mon, 2 Oct 2006 04:05:27 +0100 Subject: [PATCH] style fixes --- gecko.css | 5 +++-- opera.css | 4 ++-- themes/graycube/theme.css | 3 +++ 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/gecko.css b/gecko.css index b3640605..d717718a 100644 --- a/gecko.css +++ b/gecko.css @@ -1,4 +1,4 @@ -#infoBox { +/* #infoBox { font-size : small; position : relative; top : 30%; @@ -16,4 +16,5 @@ z-index : 3; position : absolute; display : none; -} +} +*/ diff --git a/opera.css b/opera.css index 502d800f..27e748dc 100644 --- a/opera.css +++ b/opera.css @@ -5,7 +5,7 @@ table.main td.headlines { border-color : #c0c0c0; } -#infoBoxShadow { +/* #infoBoxShadow { background-image : url("images/overlay.png"); left : 0; top : 0; @@ -23,5 +23,5 @@ table.main td.headlines { left : 30%; width : 30%; padding-bottom : 5px; -} +} */ diff --git a/themes/graycube/theme.css b/themes/graycube/theme.css index bcad4ecc..1df3502a 100644 --- a/themes/graycube/theme.css +++ b/themes/graycube/theme.css @@ -18,6 +18,9 @@ div.notice { border : 1px solid #999999; } +ul.userFeedList, ul.browseFeedList { + border : 1px solid #999999; +} table.headlinesSubToolbar td { font-size : x-small; -- 2.39.2