summaryrefslogtreecommitdiffstats
path: root/askbot/media/style/style.less
diff options
context:
space:
mode:
Diffstat (limited to 'askbot/media/style/style.less')
-rw-r--r--askbot/media/style/style.less8
1 files changed, 6 insertions, 2 deletions
diff --git a/askbot/media/style/style.less b/askbot/media/style/style.less
index ccf81e1e..6db2ce38 100644
--- a/askbot/media/style/style.less
+++ b/askbot/media/style/style.less
@@ -2428,6 +2428,10 @@ ul#related-tags li {
div.comments {
padding: 0;
}
+ div.comments.empty {
+ margin-top: -34px;
+ float: left;
+ }
h2.comment-title {
color: @section-title;
font-weight: bold;
@@ -2747,10 +2751,10 @@ ul#related-tags li {
.comments .button {
background-color: #E6ECFF;
- }
+ }
.comments {
background-color: #E6ECFF;
- }
+ }
}
.answer-img-accept {