summaryrefslogtreecommitdiff
path: root/mobile/mobile.css
diff options
context:
space:
mode:
Diffstat (limited to 'mobile/mobile.css')
-rw-r--r--mobile/mobile.css24
1 files changed, 15 insertions, 9 deletions
diff --git a/mobile/mobile.css b/mobile/mobile.css
index 9e8724e80..b50da5875 100644
--- a/mobile/mobile.css
+++ b/mobile/mobile.css
@@ -25,11 +25,18 @@ h3 {
}
#heading {
- border-width : 0px 0px 1px 0px;
+/* border-width : 0px 0px 1px 0px;
border-style : solid;
border-color : #88b0ff;
font-weight : bold;
+ font-size : small; */
+
font-size : small;
+
+ border-width : 0px 0px 1px 0px;
+ border-style : solid;
+ border-color : #88b0ff;
+ background : #ecf4ff;
}
#content {
@@ -37,12 +44,17 @@ h3 {
}
#footer {
- border-width : 1px 0px 0px 0px;
+/* border-width : 1px 0px 0px 0px;
border-style : solid;
- border-color : #88b0ff;
+ border-color : #88b0ff; */
text-align : center;
font-size : x-small;
color : gray;
+
+ border-width : 1px 0px 0px 0px;
+ border-style : solid;
+ border-color : #88b0ff;
+
}
form {
@@ -193,13 +205,7 @@ div.postTags {
font-size : small;
}
-#headingAddon {
- font-weight : normal;
-}
-
div.footerAddon {
- margin-top : 5px;
- margin-bottom : 5px;
font-size : small;
}