Commit c48b2479 by Reda Lemeden

Realigned comments + minor visual enhancements

parent f2c726af
...@@ -147,14 +147,13 @@ div.question-header { ...@@ -147,14 +147,13 @@ div.question-header {
div.comments-container { div.comments-container {
@include box-sizing(border-box); @include box-sizing(border-box);
padding: 3%;
display: inline-block; display: inline-block;
padding: 3%; padding: 0 0 3% 0;
width: 100%; width: 100%;
div.comments-content { div.comments-content {
font-size: 13px; font-size: 13px;
background: lighten(#efefef, 4%); background: #efefef;
div.block { div.block {
border-top: 1px solid #ddd; border-top: 1px solid #ddd;
...@@ -283,7 +282,7 @@ div.question-header { ...@@ -283,7 +282,7 @@ div.question-header {
div.controls { div.controls {
// padding: 15px 0; // padding: 15px 0;
background: lighten(#eeeeee, 4%); background: #efefef ;
text-align: right; text-align: right;
a { a {
display: inline-block; display: inline-block;
......
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