fix style layouts for post listing

This commit is contained in:
albert
2013-03-18 15:25:59 -07:00
parent 9221e9ae9f
commit 4868f67e69
2 changed files with 9 additions and 2 deletions

View File

@@ -27,7 +27,6 @@ div#page {
aside#sidebar {
width: 15em;
float: left;
position: absolute;
h1 {
font-size: $h3_size;
@@ -41,6 +40,11 @@ div#page {
width: 10em;
}
}
aside#sidebar:after {
content: "";
clear: both;
}
aside#sidebar > section {
margin-bottom: 1em;