summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2006-10-02 04:05:27 +0100
committerAndrew Dolgov <[email protected]>2006-10-02 04:05:27 +0100
commitc4cbe62c711c25da8718da474d39aed4c5092426 (patch)
treeedf3b160ca0ea5800f89efad8b2fb633971ed89a
parent67f46ec2a25087fd2ea32b59fb7d0d7f0afa7c4d (diff)
style fixes
-rw-r--r--gecko.css5
-rw-r--r--opera.css4
-rw-r--r--themes/graycube/theme.css3
3 files changed, 8 insertions, 4 deletions
diff --git a/gecko.css b/gecko.css
index b36406051..d717718a8 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 502d800fa..27e748dc2 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 bcad4ecc2..1df3502ad 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;