Commit 2663408a by Reda Lemeden

Fixed some border-related bugs in the single question view

parent db55c642
...@@ -43,3 +43,9 @@ div.answer-block { ...@@ -43,3 +43,9 @@ div.answer-block {
} }
} }
} }
div.answer-own {
border-top: 1px solid #eee;
overflow:hidden;
padding-left: flex-grid(1.2);
}
...@@ -31,7 +31,7 @@ div.question-controls { ...@@ -31,7 +31,7 @@ div.question-controls {
padding:0px 20px 5px; padding:0px 20px 5px;
a { a {
color: darken(#F6EFD4, 50%); color: darken(#F6EFD4, 50%);
&.on span{ &.on span{
font-weight: bold; font-weight: bold;
......
...@@ -168,17 +168,16 @@ div.question-header { ...@@ -168,17 +168,16 @@ div.question-header {
font-size: 13px; font-size: 13px;
.block { .block {
border-bottom: 1px solid #ddd; border-top: 1px solid #ddd;
border-top: 1px solid #fff;
padding: 15px 0; padding: 15px 0;
display: block; display: block;
&:first-child { &:first-child {
border-top: 0; border-top: 0;
} }
// &:only-of-type { &:last-child {
// border: 0; border-bottom: 1px solid #ddd;
// } }
} }
form.post-comments { form.post-comments {
......
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