Commit 1b2439c4 by Kyle Fiedler

Added more styles for the askbot sidebar

--HG--
branch : kf-sidebar
parent 182dc1a6
...@@ -31,17 +31,28 @@ div.discussion-wrapper aside { ...@@ -31,17 +31,28 @@ div.discussion-wrapper aside {
} }
div.box { div.box {
@extend .bottom-border;
@extend .clearfix;
display: block; display: block;
margin: 0 (-(lh())); margin: lh(.5) 0;
padding: lh(.5) lh();
&:last-child { &:last-child {
@include box-shadow(none); @include box-shadow(none);
border: 0; border: 0;
} }
h2 {
text-transform: uppercase;
font-weight: bold;
font-size: 14px;
letter-spacing: 1px;
&:not(.first) {
@include box-shadow(inset 0 1px 0 #eee);
border-top: 1px solid #d3d3d3;
margin: 0 (-(lh())) 0;
padding: lh(.5) lh();
}
}
&.contributors { &.contributors {
a { a {
...@@ -165,11 +176,10 @@ div.discussion-wrapper aside { ...@@ -165,11 +176,10 @@ div.discussion-wrapper aside {
div.question-stats { div.question-stats {
ul { ul {
color: #777; color: #777;
list-style: none;
li { li {
@include box-shadow(0 1px 0 #eee); padding: 7px 0 0;
border-bottom: 1px solid #d3d3d3;
padding: 7px 0;
&:last-child { &:last-child {
@include box-shadow(none); @include box-shadow(none);
......
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