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:
Lightforger
2013-03-19 14:53:22 +01:00
parent 17530f13b3
commit c1181c7eba

View File

@@ -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;