Mercurial > pidgin-twitter-web
changeset 5:4431fee1478b
- add author credit in meta tag and footer
- remove links to W3C validators in the footer which are located in sidebar
- change line-height in default.css
author | mojin <truffechampagne@gmail.com> |
---|---|
date | Wed, 30 Jul 2008 18:05:08 +0900 |
parents | 72791c550817 |
children | a05cb2599664 |
files | default.css index.html.en |
diffstat | 2 files changed, 6 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/default.css Tue Jul 29 11:58:57 2008 +0900 +++ b/default.css Wed Jul 30 18:05:08 2008 +0900 @@ -234,6 +234,7 @@ padding: 6px; width: 720px; clear: both; + line-height: 1.3em; } .footer a {
--- a/index.html.en Tue Jul 29 11:58:57 2008 +0900 +++ b/index.html.en Wed Jul 30 18:05:08 2008 +0900 @@ -7,7 +7,7 @@ <meta http-equiv="Content-Type" content="text/html; charset=utf-8 " /> <meta name="description" content="pidgin-twitter project"/> <meta name="keywords" content="pidgin,plugin,twitter,wassr,identi.ca"/> - <meta name="author" content="pidgin-twitter project"/> + <meta name="author" content="mojin and the pidgin-twitter project"/> <link rel="stylesheet" type="text/css" href="default.css" media="screen"/> <link rel="shortcut icon" href="favicon.ico"/> <title>pidgin-twitter (ぴじつた)</title> @@ -171,10 +171,10 @@ </div> - <div class="footer">© 2008 <a href="/index.html">Honeyplanet Development</a>. - Valid <a href="http://jigsaw.w3.org/css-validator/check/referer">CSS</a> - & <a href="http://validator.w3.org/check?uri=referer">XHTML</a>. - Template design by <a href="http://templates.arcsin.se">Arcsin</a> + <div class="footer"> + <p>© 2008 <a href="/index.html">Honeyplanet Development</a></p> + <p>Site design by <a href="http://twitter.com/mojin">@mojin</a> and the pidgin-twitter project</p> + <p>Template design by <a href="http://arcsin.se/en/">Arcsin</a></p> </div> </div>