Skip to content

Commit

Permalink
Fix CSS
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Warrick <kwpolska@gmail.com>
  • Loading branch information
Kwpolska committed Jul 24, 2015
1 parent 2f7a719 commit d656160
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions templates/base.html
Expand Up @@ -60,10 +60,6 @@
}
*/

body {
margin-top: 110px;
}

footer {
clear: both;
}
Expand Down
2 changes: 1 addition & 1 deletion templates/index.html
Expand Up @@ -53,7 +53,7 @@ <h4>Remove</h4>
{% if not data %}
<p class="text-error">No pages found…</p>
{% else %}
<ul class="pages-line unstyled">
<ul class="pages-line list-unstyled">
{% for item in data %}
<li class="col-md-3">
<div class="thumbnail">
Expand Down

0 comments on commit d656160

Please sign in to comment.