fix style layouts for post listing
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user