fix style layouts for post listing
This commit is contained in:
@@ -27,7 +27,6 @@ div#page {
|
|||||||
aside#sidebar {
|
aside#sidebar {
|
||||||
width: 15em;
|
width: 15em;
|
||||||
float: left;
|
float: left;
|
||||||
position: absolute;
|
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
font-size: $h3_size;
|
font-size: $h3_size;
|
||||||
@@ -42,6 +41,11 @@ div#page {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
aside#sidebar:after {
|
||||||
|
content: "";
|
||||||
|
clear: both;
|
||||||
|
}
|
||||||
|
|
||||||
aside#sidebar > section {
|
aside#sidebar > section {
|
||||||
margin-bottom: 1em;
|
margin-bottom: 1em;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -176,10 +176,13 @@ div#c-posts {
|
|||||||
|
|
||||||
div#a-index {
|
div#a-index {
|
||||||
div#posts {
|
div#posts {
|
||||||
margin-left: 15em;
|
|
||||||
margin-right: 6.5em;
|
margin-right: 6.5em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#content {
|
||||||
|
margin-left: 15em;
|
||||||
|
}
|
||||||
|
|
||||||
div#jlist-rss-ads-for-show {
|
div#jlist-rss-ads-for-show {
|
||||||
float: right;
|
float: right;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
|||||||
Reference in New Issue
Block a user