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;

View File

@@ -176,10 +176,13 @@ div#c-posts {
div#a-index {
div#posts {
margin-left: 15em;
margin-right: 6.5em;
}
#content {
margin-left: 15em;
}
div#jlist-rss-ads-for-show {
float: right;
position: absolute;