From 12c4f9225f14aa3fc34f39c3cd28dd4de088bde6 Mon Sep 17 00:00:00 2001 From: Peter Rotich <peter@osticket.com> Date: Tue, 10 Jun 2014 17:39:22 +0000 Subject: [PATCH] Style blockquote for ticket thread --- css/thread.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/thread.css b/css/thread.css index 6a9ebbd38..049165780 100644 --- a/css/thread.css +++ b/css/thread.css @@ -277,6 +277,7 @@ padding: 10px 20px; margin: 0 0 20px; border-left: 5px solid #eeeeee; + color: #777; } .thread-body blockquote p { font-weight: 300; @@ -415,7 +416,6 @@ .thread-body ol, .thread-body table, .thread-body dl, -.thread-body blockquote, .thread-body pre { margin: 0; margin-bottom: 10px; -- GitLab