Commit 96176090 by Kyle Fiedler

Merge

parents a3dbdb95 343225a3
......@@ -44,7 +44,11 @@ div.answer-block {
}
div.answered-by-owner {
color: darken($mit-red, 20%);
color: $mit-red;
div.comments-container {
color: #555;
}
}
}
......@@ -65,6 +69,7 @@ div.answer-actions {
}
a {
text-decoration: none;
cursor: pointer;
}
a.question-edit, a.permant-link {
color: #999;
......
......@@ -123,6 +123,7 @@ body.askbot {
aside {
@extend .sidebar;
@include box-shadow(inset 1px 0 0 #f6f6f6);
@include border-radius(0 4px 4px 0);
border-left: 1px solid #d3d3d3;
border-right: 1px solid #f6f6f6;
padding: $gw-gutter;
......@@ -148,18 +149,18 @@ body.askbot {
}
}
footer {
margin: 0 auto;
padding: 0;
div.footer-wrapper {
@extend .clearfix;
@extend .wrapper;
@include box-shadow(0 1px 0 #fff);
@include box-sizing(border-box);
background-color: #000;
border-top: 0;
padding: $gw-gutter/2;
}
}
// footer {
// margin: 0 auto;
// padding: 0;
// div.footer-wrapper {
// @extend .clearfix;
// @extend .wrapper;
// @include box-shadow(0 1px 0 #fff);
// @include box-sizing(border-box);
// background-color: #000;
// border-top: 0;
// 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