changeset 262:5232d5808057

Fixing #108; make main logo a link back to home. Also got rid of some unused CSS definitions.
author Brian Neal <bgneal@gmail.com>
date Wed, 22 Sep 2010 23:54:49 +0000
parents 6f3beff3ac63
children 307a74e28112
files gpp/templates/base.html media/css/downloads.css media/css/news.css media/css/weblinks.css
diffstat 4 files changed, 1 insertions(+), 12 deletions(-) [+]
line wrap: on
line diff
--- a/gpp/templates/base.html	Wed Sep 22 00:30:45 2010 +0000
+++ b/gpp/templates/base.html	Wed Sep 22 23:54:49 2010 +0000
@@ -33,7 +33,7 @@
 <body>
 <div id="page" class="container">
 <div id="header" class="span-24">
-   <p><img src="{{ MEDIA_URL }}themes/kds/sgLogo.png" alt="SurfGuitar101.com Logo" width="446" height="103" /></p>
+   <p><a href="/" title="SG101 Home"><img src="{{ MEDIA_URL }}themes/kds/sgLogo.png" alt="SurfGuitar101.com Logo" width="446" height="103" /></a></p>
 </div>
 <div id="header-nav" class="span-24">
    <ul>
--- a/media/css/downloads.css	Wed Sep 22 00:30:45 2010 +0000
+++ b/media/css/downloads.css	Wed Sep 22 23:54:49 2010 +0000
@@ -1,6 +1,3 @@
-#downloads-search {
-   text-align: center;
-}
 #downloads-add td {
     padding-bottom: 5px;
 }
--- a/media/css/news.css	Wed Sep 22 00:30:45 2010 +0000
+++ b/media/css/news.css	Wed Sep 22 23:54:49 2010 +0000
@@ -1,7 +1,3 @@
-div.news-search {
-   text-align: center;
-}
-
 div.news-story-container {
    border-top: 1px solid black;
    margin: 1em 0.5em;
--- a/media/css/weblinks.css	Wed Sep 22 00:30:45 2010 +0000
+++ b/media/css/weblinks.css	Wed Sep 22 23:54:49 2010 +0000
@@ -1,7 +1,3 @@
-div.weblinks-search {
-   text-align: center;
-}
-
 div.weblinks-link-sort {
    padding-bottom: .5em;
 }