Commit 7b5a4bff443599acba937c2f13dd8cd68f01941b

Authored by Antonio Terceiro
1 parent 464f8af6

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 60  
61 61 .article-comment {
62 62 position: relative;
  63 + border: 1px solid #B8CFE7;
63 64 margin-bottom: 10px;
64 65 padding: 4px;
65 66 }
66 67  
67 68 .comment-from-owner {
  69 + border: 1px solid #3465A4;
68 70 background: #B8CFE7;
69 71 }
70 72  
... ...