FIX: fixed css (space between page header and page body)
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{% extends 'dav_submission/base.html' %}
|
||||
|
||||
{% block page-container %}
|
||||
<h3>Lorem!</h3>
|
||||
<h3 class="top-most">Lorem!</h3>
|
||||
<div class="well">
|
||||
{% lorem %}
|
||||
</div>
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
{% load bootstrap3 %}
|
||||
|
||||
{% block page-container %}
|
||||
<h3>Lorem</h3>
|
||||
<h3 class="top-most">Lorem</h3>
|
||||
<div class="well">
|
||||
<p class="lead">Lorem ipsum dolor</p>
|
||||
{% lorem %}
|
||||
|
||||
Reference in New Issue
Block a user