changeset 117:68f621d26aed

Boostrap: tweaking the home page.
author Brian Neal <bgneal@gmail.com>
date Sat, 26 Oct 2013 15:25:41 -0500
parents 24263cb45e27
children ddf49209cfc1
files madeira/templates/base.html madeira/templates/index.html static/css/theme.css
diffstat 3 files changed, 5 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/madeira/templates/base.html	Tue Oct 22 21:01:55 2013 -0500
+++ b/madeira/templates/base.html	Sat Oct 26 15:25:41 2013 -0500
@@ -25,9 +25,8 @@
 <div class="container">
 {% block content %}
 {% endblock %}
-<hr>
 
-<footer class="well well-lg">
+<footer class="well well-lg top-buffer">
 <div class="row">
    <div class="col-md-6">
       <ul class="list-inline list-unstyled">
--- a/madeira/templates/index.html	Tue Oct 22 21:01:55 2013 -0500
+++ b/madeira/templates/index.html	Sat Oct 26 15:25:41 2013 -0500
@@ -136,10 +136,9 @@
          </div>
       </div>
    </div>
-   <hr>
    <div class="row">
       <div class="col-md-10 col-md-offset-1">
-         <div class="text-center">
+         <div class="text-center top-buffer">
          <ul class="list-inline list-unstyled">
             <li><a href="/buy/">
                 <img src="http://themadeira.net/media/photologue/photos/2008/Jun/10/carpe_noctem_cover.jpg"
--- a/static/css/theme.css	Tue Oct 22 21:01:55 2013 -0500
+++ b/static/css/theme.css	Sat Oct 26 15:25:41 2013 -0500
@@ -6,6 +6,9 @@
    background-color: #213442;
    color: #EF7C21;
 }
+.top-buffer {
+   margin-top: 2em;
+}
 .img-flyer {
    margin: 0 auto;
    margin-top: 1em;