# HG changeset patch # User Brian Neal # Date 1382824505 18000 # Node ID e82fd2b7be2f42844c577702b2f2d0c063cba660 # Parent 685e143923269e48771547a7d0e54e8e6a0bc644 Bootstrap: style the footer text and links. diff -r 685e14392326 -r e82fd2b7be2f madeira/templates/base.html --- 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 @@

- © 2008 - 2013 by The Madeira
- Visit The Madeira on - Facebook and - YouTube
+ © 2008 - 2013 by The Madeira

+
+ +
diff -r 685e14392326 -r e82fd2b7be2f static/css/theme.css --- 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%);