Commit f1fc649e by kaishin

Fixed the tag div properties

parent 3a25e96a
......@@ -30,20 +30,11 @@ div.question-list-header {
div.question-sort {
float: right;
margin-left: flex-gutter();
// width: flex-grid(3,9);
// @media screen and (max-width: 1300px) {
// width: 100%;
// }
nav {
@extend .action-link;
float: right;
// @media screen and (max-width: 1300px) {
// float: left;
// }
a {
&.on span{
font-weight: bold;
......@@ -61,14 +52,25 @@ div.question-list-header {
section.question-tags-list {
display: block;
min-height: 40px;
min-height: 26px;
overflow: hidden;
padding-top:5px;
width: 100%;
div.tags-list {
padding-top:8px;
div {
display: inline-block;
float: left;
}
div.back {
margin-right: 10px;
a {
color: #555;
}
}
div.tags-list {
ul.tags {
display: inline;
......
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