Fix style of post metadata

This commit is contained in:
Gergely Polonkai 2015-04-22 23:28:28 +00:00
parent e063796a7d
commit 73c15b70c6
2 changed files with 9 additions and 2 deletions

View File

@ -16,10 +16,10 @@
<div class="plusone-container"><div class="g-plusone" data-annotation="inline" data-size="small" data-width="300"></div></div>
{% endif %}
</h3>
<div class="pull-left">
<div class="meta pull-left">
{{post.author.name}}
</div>
<div class="pull-right">
<div class="meta pull-right">
{{post.date | date: "%b %-d, %Y :: %H:%M"}}
</div>
<div class="clearfix"></div>

View File

@ -22,6 +22,13 @@ a
#main-container
background-color: $content-background
article.post
div.meta
font-size: 80%
color: #aaa
margin-top: .8em
margin-bottom: .5em
body
background-color: $page-background
margin: 0