removal of absolute pos.
making 'comments-for-post' float allows the sidebar to be put back to float as well, fixing the footer.
This commit is contained in:
@@ -27,7 +27,6 @@ div#page {
|
||||
aside#sidebar {
|
||||
width: 15em;
|
||||
float: left;
|
||||
position: absolute;
|
||||
|
||||
h1 {
|
||||
font-size: $h3_size;
|
||||
@@ -71,6 +70,9 @@ div#page {
|
||||
}
|
||||
|
||||
footer#page-footer {
|
||||
float: left;
|
||||
clear: both;
|
||||
width: 100%;
|
||||
margin: 1em;
|
||||
text-align: center;
|
||||
padding-top: 1em;
|
||||
|
||||
Reference in New Issue
Block a user