Realigned comments + minor visual enhancements

This commit is contained in:
Reda Lemeden
2012-02-21 17:09:56 -05:00
parent f2c726af68
commit c48b247979

View File

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