Trivial UI cleanup on individual posts

Both the clay css and templates/partials/post.html added a horizontal
rule at the top of each post footer (using the css border property and
hr respectively). Opted for using the clay css one as its used on
multiple pages (eg. blog pages and tag pages).

Signed-off-by: Collin J. Doering <collin.doering@rekahsoft.ca>
This commit is contained in:
Collin J. Doering 2015-01-22 13:40:52 -05:00
parent 3df2f3df34
commit 2401f3aa9b
1 changed files with 0 additions and 1 deletions

View File

@ -12,7 +12,6 @@
</header>
$body$
<footer>
<hr>
<div class='container'>
<div class='eight columns alpha'>
<a class='read-more' href='$url$'>See Comments</a>