aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWojciech Polak <polak@gnu.org>2013-10-21 19:44:06 +0200
committerWojciech Polak <polak@gnu.org>2013-10-21 19:44:06 +0200
commita91fb7727e0fb9ceda99046e2f52ff15f84d240d (patch)
treeb9817917b43997eb6d5ca3439d4dce4604b41b70
parent278e9596c71601c42dd71a87f2ff572869de59a0 (diff)
downloadcheetah-a91fb7727e0fb9ceda99046e2f52ff15f84d240d.tar.gz
cheetah-a91fb7727e0fb9ceda99046e2f52ff15f84d240d.tar.bz2
Minor changes.
-rw-r--r--css/v2/style1.css4
-rw-r--r--frontend/login.php3
2 files changed, 6 insertions, 1 deletions
diff --git a/css/v2/style1.css b/css/v2/style1.css
index 805756f..14aa1f5 100644
--- a/css/v2/style1.css
+++ b/css/v2/style1.css
@@ -161,6 +161,10 @@ form {
161 margin: 0; 161 margin: 0;
162 border-style: none; 162 border-style: none;
163} 163}
164.entryBody img {
165 max-width: 100%;
166 height: auto;
167}
164 168
165.entryMeta { 169.entryMeta {
166 margin-top: 2px; 170 margin-top: 2px;
diff --git a/frontend/login.php b/frontend/login.php
index d334424..bd1971e 100644
--- a/frontend/login.php
+++ b/frontend/login.php
@@ -164,7 +164,8 @@ echo '<html xmlns="http://www.w3.org/1999/xhtml">';
164<meta http-equiv="X-XRDS-Location" content="/xrds.xml" /> 164<meta http-equiv="X-XRDS-Location" content="/xrds.xml" />
165<meta name="description" content="Web-based Personal News Aggregator. The Google Reader Alternative." /> 165<meta name="description" content="Web-based Personal News Aggregator. The Google Reader Alternative." />
166<meta name="keywords" content="cheetah news, web-based personal news aggregator, feedreader, feeds, rss, atom, rdf, web 2.0" /> 166<meta name="keywords" content="cheetah news, web-based personal news aggregator, feedreader, feeds, rss, atom, rdf, web 2.0" />
167<meta name="robots" content="index,nofollow" /> 167<meta name="robots" content="index,follow" />
168<link rel="canonical" href="http://www.cheetah-news.com/" />
168<link rel="stylesheet" href="<?=dsp('css.login')?>" type="text/css" /> 169<link rel="stylesheet" href="<?=dsp('css.login')?>" type="text/css" />
169<link rel="icon" href="images/favicon.png" type="image/png" /> 170<link rel="icon" href="images/favicon.png" type="image/png" />
170<script type="text/javascript" src="<?=dsp('login')?>"></script> 171<script type="text/javascript" src="<?=dsp('login')?>"></script>

Return to:

Send suggestions and report system problems to the System administrator.