changeset 120:e82fd2b7be2f

Bootstrap: style the footer text and links.
author Brian Neal <bgneal@gmail.com>
date Sat, 26 Oct 2013 16:55:05 -0500
parents 685e14392326
children 095be78bf0fa
files madeira/templates/base.html static/css/theme.css
diffstat 2 files changed, 14 insertions(+), 12 deletions(-) [+]
line wrap: on
line diff
--- a/madeira/templates/base.html	Sat Oct 26 16:20:49 2013 -0500
+++ b/madeira/templates/base.html	Sat Oct 26 16:55:05 2013 -0500
@@ -42,11 +42,14 @@
    </div>
    <div class="col-md-6">
       <p class="text-right">
-      <small>© 2008 - 2013 by The Madeira <br />
-      Visit The Madeira on
-      <a href="http://facebook.com/themadeira">Facebook</a> and
-      <a href="http://www.youtube.com/user/TheMadeiraSurf">YouTube</a></small>
+      © 2008 - 2013 by The Madeira
       </p>
+      <div class="text-right">
+         <ul class="list-inline">
+            <li><a href="{% url 'band-bio' %}">About</a></li>
+            <li><a href="{% url 'band-contact' %}">Contact</a></li>
+         </ul>
+      </div>
    </div>
 </div>
 </footer>
--- a/static/css/theme.css	Sat Oct 26 16:20:49 2013 -0500
+++ b/static/css/theme.css	Sat Oct 26 16:55:05 2013 -0500
@@ -59,14 +59,6 @@
   border-color: #EF7C21;
 }
 
-
-/**
-296b9d
-3e819c
-41819d
-213442
-**/
-
 .navbar-inverse {
   background-image: -webkit-gradient(linear, left 0%, left 100%, from(#296b9d), to(#213442));
   background-image: -webkit-linear-gradient(top, #296b9d, 0%, #213442, 100%);
@@ -83,6 +75,13 @@
   background-color: #296b9d;
 }
 
+footer {
+  font-size: 80%;
+}
+footer a {
+  color: #213442;
+}
+
 .well {
   background-image: -webkit-gradient(linear, left 0%, left 100%, from(#296b9d), to(#6c9a97));
   background-image: -webkit-linear-gradient(top, #296b9d, 0%, #6c9a97, 100%);