Commit 21d8f47a by kaishin

Finished styling the sidebar

parent 439f6298
......@@ -42,7 +42,7 @@ div.discussion-wrapper aside {
a {
@include border-radius(3px);
border: 1px solid #888;
border: 1px solid #aaa;
cursor: pointer;
display: inline-block;
margin-right: 6px;
......@@ -121,7 +121,7 @@ div.discussion-wrapper aside {
// Question view sopecific
div.follow-buttons {
margin: 20px 0;
margin-top: 20px;
display: block;
a.button {
......@@ -131,6 +131,39 @@ div.discussion-wrapper aside {
width: 100%;
}
}
// div.favorite-number {
// color: #777;
// font-weight: normal;
// margin-bottom: 12px;
// margin-top: 5px;
// text-align: center;
// }
div.notify-sidebar {
// margin: 10px 0;
}
div.question-stats {
ul {
color: #777;
li {
@include box-shadow(0 1px 0 #eee);
border-bottom: 1px solid #d3d3d3;
padding: 7px 0;
&:last-child {
@include box-shadow(none);
border: 0;
}
strong {
float: right;
padding-right: 10px;
}
}
}
}
}
......
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