Fix style of post metadata
This commit is contained in:
parent
e063796a7d
commit
73c15b70c6
@ -16,10 +16,10 @@
|
|||||||
<div class="plusone-container"><div class="g-plusone" data-annotation="inline" data-size="small" data-width="300"></div></div>
|
<div class="plusone-container"><div class="g-plusone" data-annotation="inline" data-size="small" data-width="300"></div></div>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</h3>
|
</h3>
|
||||||
<div class="pull-left">
|
<div class="meta pull-left">
|
||||||
{{post.author.name}}
|
{{post.author.name}}
|
||||||
</div>
|
</div>
|
||||||
<div class="pull-right">
|
<div class="meta pull-right">
|
||||||
{{post.date | date: "%b %-d, %Y :: %H:%M"}}
|
{{post.date | date: "%b %-d, %Y :: %H:%M"}}
|
||||||
</div>
|
</div>
|
||||||
<div class="clearfix"></div>
|
<div class="clearfix"></div>
|
||||||
|
@ -22,6 +22,13 @@ a
|
|||||||
#main-container
|
#main-container
|
||||||
background-color: $content-background
|
background-color: $content-background
|
||||||
|
|
||||||
|
article.post
|
||||||
|
div.meta
|
||||||
|
font-size: 80%
|
||||||
|
color: #aaa
|
||||||
|
margin-top: .8em
|
||||||
|
margin-bottom: .5em
|
||||||
|
|
||||||
body
|
body
|
||||||
background-color: $page-background
|
background-color: $page-background
|
||||||
margin: 0
|
margin: 0
|
||||||
|
Loading…
Reference in New Issue
Block a user