summaryrefslogtreecommitdiff
path: root/mobile/mobile.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2006-05-02 07:43:40 +0100
committerAndrew Dolgov <[email protected]>2006-05-02 07:43:40 +0100
commit581e6bb537db2bca38a722ad1a0b36686fb4d7e2 (patch)
tree50e6f47d4623bb5e5080417fa12853986357bd70 /mobile/mobile.css
parent289336bd2b524689635020aa1a1a0327b40521ba (diff)
mobile version improvements
Diffstat (limited to 'mobile/mobile.css')
-rw-r--r--mobile/mobile.css15
1 files changed, 8 insertions, 7 deletions
diff --git a/mobile/mobile.css b/mobile/mobile.css
index d89f1fefa..a77e96bfd 100644
--- a/mobile/mobile.css
+++ b/mobile/mobile.css
@@ -46,15 +46,12 @@ td > input, div > input {
padding : 2px;
border-width : 0px 0px 1px 0px;
border-style : solid;
- border-color : #c0c0c0;
+ border-color : #a0a0a0;
font-weight : bold;
- background-color : #e0e0e0;
}
#content {
- background-color : white;
- background-position : top left;
- background-repeat : repeat-x;
+ background : white;
}
#footer {
@@ -120,13 +117,17 @@ hr {
border-color : #e0e0e0;
}
-a {
+ul.headlines a, ul.feedList a {
color : black;
+}
+
+a {
+ color : #5050aa;
text-decoration : none;
}
a:hover {
- color : #5050aa;
+ color : black;
}
ul.feedList img, img.tinyFeedIcon {