Commit f1fc649e by kaishin

Fixed the tag div properties

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