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;
|
||||
|
||||
Reference in New Issue
Block a user