Commit 919cf9b1 by Reda Lemeden

Fixed minor alignment and baseline issues

parent 8bb11c52
......@@ -42,7 +42,7 @@ div.question-list-header {
div.question-sort {
float: right;
margin-left: flex-gutter();
margin-top: 10px;
margin-top: 6px;
nav {
@extend .action-link;
......@@ -169,6 +169,7 @@ ul.question-list, div#question-list {
margin-top: 10px;
width: flex-grid(3.5,9);
ul {
text-align: right;
......@@ -181,6 +182,10 @@ ul.question-list, div#question-list {
margin-right: 10px;
width: 60px;
&:last-child {
margin-right: 0px;
}
&:hover {
span, div {
color: #555;
......
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