Skip to content

Commit d656160

Browse files
committedJul 24, 2015
Fix CSS
Signed-off-by: Chris Warrick <kwpolska@gmail.com>
1 parent 2f7a719 commit d656160

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed
 

Diff for: ‎templates/base.html

-4
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,6 @@
6060
}
6161
*/
6262

63-
body {
64-
margin-top: 110px;
65-
}
66-
6763
footer {
6864
clear: both;
6965
}

Diff for: ‎templates/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ <h4>Remove</h4>
5353
{% if not data %}
5454
<p class="text-error">No pages found…</p>
5555
{% else %}
56-
<ul class="pages-line unstyled">
56+
<ul class="pages-line list-unstyled">
5757
{% for item in data %}
5858
<li class="col-md-3">
5959
<div class="thumbnail">

0 commit comments

Comments
 (0)