add some spacing for new and list page to the navbar
authorChristian Weiske <cweiske@cweiske.de>
Wed, 24 Oct 2012 13:51:54 +0000 (15:51 +0200)
committerChristian Weiske <cweiske@cweiske.de>
Wed, 24 Oct 2012 13:51:54 +0000 (15:51 +0200)
data/templates/list.htm
data/templates/new.htm

index 70e2fee096f1751522a3dec49b7dbede5caff54e..0315119eed48e7603090b158c27b847f4ef5ddfb 100644 (file)
@@ -2,6 +2,7 @@
 {% block title %}List of all pastes{% endblock %}
 
 {% block content %}
+<div style="height: 1em"></div>
 <ul class="nav nav-pills nav-stacked">
 {% for repo in repos %}
  {% include 'repo-list.htm' %}
index 295b76d8ef3ad5935efec63ab55427d9387984a1..072eccaafecd5858b19622c194b55f541758d091 100644 (file)
@@ -2,6 +2,7 @@
 {% block title %}New paste{% endblock %}
 
 {% block content %}
+<div style="height: 1em"></div>
 <form method="post" action="/new" enctype="multipart/form-data" class="form-horizontal">
  <div class="control-group">
   <label class="control-label" for="description">Description</label>