Fix style of post metadata
This commit is contained in:
		| @@ -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> | ||||
|   | ||||
| @@ -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 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user