summaryrefslogtreecommitdiff
path: root/mobile/mobile.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2008-07-25 10:31:08 +0100
committerAndrew Dolgov <[email protected]>2008-07-25 10:31:08 +0100
commit9123c2efd67c6055db36ce1960045aa4dfa48417 (patch)
treed5bd04796e1e3e92d3761813b6b18431fd2e16bd /mobile/mobile.css
parent7bce63e76833eea0e1de4887cfad63127ca755c9 (diff)
mobile: show footer only when displaying feeds
Diffstat (limited to 'mobile/mobile.css')
-rw-r--r--mobile/mobile.css13
1 files changed, 6 insertions, 7 deletions
diff --git a/mobile/mobile.css b/mobile/mobile.css
index 412f16af1..9e8724e80 100644
--- a/mobile/mobile.css
+++ b/mobile/mobile.css
@@ -1,14 +1,15 @@
body {
padding : 0px;
margin : 0px;
+ font-family : sans-serif;
}
h1 {
- font-size : 16pt;
+ font-size : medium;
}
h2 {
- font-size : 14pt;
+ font-size : medium;
font-weight : bold;
border-width : 0px 0px 1px 0px;
border-style : solid;
@@ -16,7 +17,7 @@ h2 {
}
h3 {
- font-size : 12pt;
+ font-size : medium;
font-weight : bold;
border-width : 0px 0px 1px 0px;
border-style : solid;
@@ -24,7 +25,6 @@ h3 {
}
#heading {
- padding : 2px;
border-width : 0px 0px 1px 0px;
border-style : solid;
border-color : #88b0ff;
@@ -43,7 +43,6 @@ h3 {
text-align : center;
font-size : x-small;
color : gray;
- padding : 2px;
}
form {
@@ -59,13 +58,13 @@ ul.feedList {
list-style-type : none;
margin : 0px;
padding : 0px;
+
}
ul.feedList li.feedCat {
margin : 0px;
padding : 0px;
color : #707070;
- font-size : x-small;
}
ul.feedList li.feedCat a {
@@ -191,7 +190,7 @@ ul.headlines img.marked {
}
div.postTags {
color : gray;
- font-size : x-small;
+ font-size : small;
}
#headingAddon {