clear header so that "more from this feed link" doesn't wrap

thanks @gRegorLove!

fixes #26
This commit is contained in:
Kyle Mahan 2015-07-22 01:39:27 +00:00
parent 9897b5270d
commit b4e907912c
2 changed files with 2 additions and 1 deletions

View file

@ -128,6 +128,7 @@ article {
color: $lunar-green;
border-bottom: 1px solid $sirocco;
margin-bottom: 0.5em;
overflow: auto;
}
footer {

View file

@ -8,7 +8,7 @@
<link rel="shortcut icon" href="{{ url_for('static', filename='logo.png') }}"/>
<link rel="apple-touch-icon" href="{{ url_for('static', filename='logo.png') }}"/>
<link rel="stylesheet" href="{{ url_for('static', filename='style.css', version='2015-06-17') }}"/>
<link rel="stylesheet" href="{{ url_for('static', filename='style.css', version='2015-07-21') }}"/>
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css"/>
<script src="//code.jquery.com/jquery-2.1.3.min.js"></script>
<script src="{{ url_for('static', filename='moment.min.js') }}"></script>