summaryrefslogtreecommitdiff
path: root/mobile
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2008-08-01 08:34:48 +0100
committerAndrew Dolgov <[email protected]>2008-08-01 08:34:48 +0100
commit6d3a9973a0ed9645f1e8bc6b4d939682afbdd398 (patch)
tree8258f86c68ac090151033362368d9f14464e1b44 /mobile
parente7490ab155d54bd071600e90a5bbc890a7457d28 (diff)
mobile: misc updates; bump copyright notice in footer
Diffstat (limited to 'mobile')
-rw-r--r--mobile/mobile.css24
-rw-r--r--mobile/tt-rss.php2
2 files changed, 16 insertions, 10 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;
}
diff --git a/mobile/tt-rss.php b/mobile/tt-rss.php
index 4722b98c8..f33bd7200 100644
--- a/mobile/tt-rss.php
+++ b/mobile/tt-rss.php
@@ -127,7 +127,7 @@
<?php if (!$go) { ?>
<div id="footer">
- <a href="http://tt-rss.spb.ru/">Tiny-Tiny RSS</a> v<?php echo VERSION ?> &copy; 2005-2007 Andrew Dolgov
+ <a href="http://tt-rss.spb.ru/">Tiny-Tiny RSS</a> v<?php echo VERSION ?> &copy; 2005-2008 Andrew Dolgov
</div>
<?php } ?>