Mercurial > public > bravenewsurf
changeset 58:49aeafbf895c
Tweak to spacing on home page. Added .mp3 to .hgignore.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Thu, 17 Nov 2011 20:03:41 -0600 |
parents | 057b0a016b7a |
children | f8858447adda |
files | .hgignore bns_website/templates/home.html |
diffstat | 2 files changed, 4 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/.hgignore Wed Nov 16 21:38:37 2011 -0600 +++ b/.hgignore Thu Nov 17 20:03:41 2011 -0600 @@ -3,4 +3,5 @@ *.pyc *.swp secrets.json -*.db \ No newline at end of file +*.db +*.mp3
--- a/bns_website/templates/home.html Wed Nov 16 21:38:37 2011 -0600 +++ b/bns_website/templates/home.html Thu Nov 17 20:03:41 2011 -0600 @@ -63,6 +63,7 @@ <p><a href="{% url 'buy' %}" class="btn primary">Buy Now »</a></p> </div> </div> +<hr /> <div class="row"> <div class="span9"> <h2>Brave New Surf</h2> @@ -82,7 +83,7 @@ <p><a href="{% url 'buy' %}" class="btn primary">Buy Now »</a></p> {% social_sharing 'Brave New Surf' 'http://bravenewsurf.com' %} </div> - <div class="span7"> + <div class="span6 offset1"> <div class="alert-message block-message info"> <h3>News</h3> {% list_news 5 %}