Commit b23cfd9eb36f9d8e63dfb80ef8ea41fe8d0b5f10
1 parent
59300402
Exists in
master
and in
2 other branches
Removed different style for owner's comment
Showing
1 changed file
with
3 additions
and
1 deletions
Show diff stats
style.css
... | ... | @@ -335,13 +335,15 @@ p { |
335 | 335 | .comment-wrapper-6, |
336 | 336 | .comment-wrapper-7, |
337 | 337 | .comment-wrapper-8, |
338 | +.comment-from-owner .comment-wrapper-1, | |
338 | 339 | .comment-from-owner .comment-wrapper-2, |
339 | 340 | .comment-from-owner .comment-wrapper-3, |
340 | 341 | .comment-from-owner .comment-wrapper-4, |
341 | 342 | .comment-from-owner .comment-wrapper-5, |
342 | 343 | .comment-from-owner .comment-wrapper-6, |
343 | 344 | .comment-from-owner .comment-wrapper-7, |
344 | -.comment-from-owner .comment-wrapper-8 { | |
345 | +.comment-from-owner .comment-wrapper-8, | |
346 | +.comment-replies .comment-from-owner.comment-content { | |
345 | 347 | background: none; |
346 | 348 | } |
347 | 349 | ... | ... |