remove prefFooter
This commit is contained in:
parent
64dc59764a
commit
062a42e282
2 changed files with 1 additions and 13 deletions
|
@ -136,7 +136,7 @@ window.onload = init;
|
||||||
</tr>
|
</tr>
|
||||||
<? if (get_pref($link, 'DISPLAY_FOOTER')) { ?>
|
<? if (get_pref($link, 'DISPLAY_FOOTER')) { ?>
|
||||||
<tr>
|
<tr>
|
||||||
<td class="prefFooter" colspan="2">
|
<td class="footer" colspan="2">
|
||||||
<a href="http://tt-rss.spb.ru/">Tiny-Tiny RSS</a> v<?= VERSION ?> © 2005-2006 Andrew Dolgov
|
<a href="http://tt-rss.spb.ru/">Tiny-Tiny RSS</a> v<?= VERSION ?> © 2005-2006 Andrew Dolgov
|
||||||
<? if (WEB_DEMO_MODE) { ?>
|
<? if (WEB_DEMO_MODE) { ?>
|
||||||
<br>Running in demo mode, some functionality is disabled.
|
<br>Running in demo mode, some functionality is disabled.
|
||||||
|
|
12
tt-rss.css
12
tt-rss.css
|
@ -65,18 +65,6 @@ table.main td.footer {
|
||||||
color : black;
|
color : black;
|
||||||
}
|
}
|
||||||
|
|
||||||
table.main td.prefFooter {
|
|
||||||
border-width : 1px 0px 0px 0px;
|
|
||||||
border-style : solid;
|
|
||||||
border-color : #88b0f0;
|
|
||||||
padding : 10px;
|
|
||||||
text-align : center;
|
|
||||||
font-size : x-small;
|
|
||||||
background-color : white;
|
|
||||||
color : black;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
table.main td.footer a {
|
table.main td.footer a {
|
||||||
color : black;
|
color : black;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue