Commit 254e806a by Reda Lemeden

Fixed the footer and the sidebar

parent 0585fd43
...@@ -44,7 +44,11 @@ div.answer-block { ...@@ -44,7 +44,11 @@ div.answer-block {
} }
div.answered-by-owner { div.answered-by-owner {
color: darken($mit-red, 20%); color: $mit-red;
div.comments-container {
color: #555;
}
} }
} }
...@@ -65,6 +69,7 @@ div.answer-actions { ...@@ -65,6 +69,7 @@ div.answer-actions {
} }
a { a {
text-decoration: none; text-decoration: none;
cursor: pointer;
} }
a.question-edit, a.permant-link { a.question-edit, a.permant-link {
color: #999; color: #999;
......
...@@ -123,6 +123,7 @@ body.askbot { ...@@ -123,6 +123,7 @@ body.askbot {
aside { aside {
@extend .sidebar; @extend .sidebar;
@include box-shadow(inset 1px 0 0 #f6f6f6); @include box-shadow(inset 1px 0 0 #f6f6f6);
@include border-radius(0 4px 4px 0);
border-left: 1px solid #d3d3d3; border-left: 1px solid #d3d3d3;
border-right: 1px solid #f6f6f6; border-right: 1px solid #f6f6f6;
padding: $gw-gutter; padding: $gw-gutter;
...@@ -148,18 +149,18 @@ body.askbot { ...@@ -148,18 +149,18 @@ body.askbot {
} }
} }
footer { // footer {
margin: 0 auto; // margin: 0 auto;
padding: 0; // padding: 0;
div.footer-wrapper { // div.footer-wrapper {
@extend .clearfix; // @extend .clearfix;
@extend .wrapper; // @extend .wrapper;
@include box-shadow(0 1px 0 #fff); // @include box-shadow(0 1px 0 #fff);
@include box-sizing(border-box); // @include box-sizing(border-box);
background-color: #000; // background-color: #000;
border-top: 0; // border-top: 0;
padding: $gw-gutter/2; // padding: $gw-gutter/2;
} // }
} // }
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment