Commit d7fff540 by Reda Lemeden

Removed date sorting and added question excerpts

parent 7363a2fb
...@@ -138,6 +138,10 @@ ul.question-list, div#question-list { ...@@ -138,6 +138,10 @@ ul.question-list, div#question-list {
text-transform: none; text-transform: none;
} }
p.excerpt {
color: #777;
}
div.user-info { div.user-info {
display: inline-block; display: inline-block;
vertical-align: top; vertical-align: top;
...@@ -158,6 +162,8 @@ ul.question-list, div#question-list { ...@@ -158,6 +162,8 @@ ul.question-list, div#question-list {
} }
&.question-meta { &.question-meta {
float: right;
margin-top: 10px;
width: flex-grid(3.5,9); width: flex-grid(3.5,9);
ul { ul {
......
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