Commit 7b5a4bff443599acba937c2f13dd8cd68f01941b
1 parent
464f8af6
Exists in
master
and in
29 other branches
ActionItem1042: just added back the borders
Showing
1 changed file
with
2 additions
and
0 deletions
Show diff stats
public/stylesheets/article.css
@@ -60,11 +60,13 @@ | @@ -60,11 +60,13 @@ | ||
60 | 60 | ||
61 | .article-comment { | 61 | .article-comment { |
62 | position: relative; | 62 | position: relative; |
63 | + border: 1px solid #B8CFE7; | ||
63 | margin-bottom: 10px; | 64 | margin-bottom: 10px; |
64 | padding: 4px; | 65 | padding: 4px; |
65 | } | 66 | } |
66 | 67 | ||
67 | .comment-from-owner { | 68 | .comment-from-owner { |
69 | + border: 1px solid #3465A4; | ||
68 | background: #B8CFE7; | 70 | background: #B8CFE7; |
69 | } | 71 | } |
70 | 72 |