Update posts.css.scss

switched to no-float + margin like the other parts
This commit is contained in:
Lightforger
2013-03-16 15:20:18 +01:00
parent cd9b56a770
commit 29449aaaa6

View File

@@ -263,8 +263,7 @@ div#c-posts {
} }
#content { #content {
width:70%; margin-left:15em;
float:left;
padding-left:1em; padding-left:1em;
} }