From aac84c623fbc0dbf5acc08ae726dc0098818863c Mon Sep 17 00:00:00 2001 From: pixeldesu Date: Sun, 26 Apr 2015 13:15:03 +0200 Subject: [PATCH] fix invisible border on question panel --- app/views/question/show.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/question/show.html.haml b/app/views/question/show.html.haml index c55a3fdc..14b91f10 100644 --- a/app/views/question/show.html.haml +++ b/app/views/question/show.html.haml @@ -1,4 +1,4 @@ -.panel.panel-default.panel-question +.panel.panel-question .panel-body .media.question-media - unless @question.author_is_anonymous