mobile: misc updates; bump copyright notice in footer
This commit is contained in:
parent
e7490ab155
commit
6d3a9973a0
|
@ -25,11 +25,18 @@ h3 {
|
||||||
}
|
}
|
||||||
|
|
||||||
#heading {
|
#heading {
|
||||||
border-width : 0px 0px 1px 0px;
|
/* border-width : 0px 0px 1px 0px;
|
||||||
border-style : solid;
|
border-style : solid;
|
||||||
border-color : #88b0ff;
|
border-color : #88b0ff;
|
||||||
font-weight : bold;
|
font-weight : bold;
|
||||||
|
font-size : small; */
|
||||||
|
|
||||||
font-size : small;
|
font-size : small;
|
||||||
|
|
||||||
|
border-width : 0px 0px 1px 0px;
|
||||||
|
border-style : solid;
|
||||||
|
border-color : #88b0ff;
|
||||||
|
background : #ecf4ff;
|
||||||
}
|
}
|
||||||
|
|
||||||
#content {
|
#content {
|
||||||
|
@ -37,12 +44,17 @@ h3 {
|
||||||
}
|
}
|
||||||
|
|
||||||
#footer {
|
#footer {
|
||||||
border-width : 1px 0px 0px 0px;
|
/* border-width : 1px 0px 0px 0px;
|
||||||
border-style : solid;
|
border-style : solid;
|
||||||
border-color : #88b0ff;
|
border-color : #88b0ff; */
|
||||||
text-align : center;
|
text-align : center;
|
||||||
font-size : x-small;
|
font-size : x-small;
|
||||||
color : gray;
|
color : gray;
|
||||||
|
|
||||||
|
border-width : 1px 0px 0px 0px;
|
||||||
|
border-style : solid;
|
||||||
|
border-color : #88b0ff;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
form {
|
form {
|
||||||
|
@ -193,13 +205,7 @@ div.postTags {
|
||||||
font-size : small;
|
font-size : small;
|
||||||
}
|
}
|
||||||
|
|
||||||
#headingAddon {
|
|
||||||
font-weight : normal;
|
|
||||||
}
|
|
||||||
|
|
||||||
div.footerAddon {
|
div.footerAddon {
|
||||||
margin-top : 5px;
|
|
||||||
margin-bottom : 5px;
|
|
||||||
font-size : small;
|
font-size : small;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -127,7 +127,7 @@
|
||||||
<?php if (!$go) { ?>
|
<?php if (!$go) { ?>
|
||||||
|
|
||||||
<div id="footer">
|
<div id="footer">
|
||||||
<a href="http://tt-rss.spb.ru/">Tiny-Tiny RSS</a> v<?php echo VERSION ?> © 2005-2007 Andrew Dolgov
|
<a href="http://tt-rss.spb.ru/">Tiny-Tiny RSS</a> v<?php echo VERSION ?> © 2005-2008 Andrew Dolgov
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<?php } ?>
|
<?php } ?>
|
||||||
|
|
Loading…
Reference in New Issue