From 413e12a9e5e7ec2e8e5b72e9e99e2da616537397 Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Wed, 20 Dec 2017 15:17:15 +0300 Subject: www: update quote style --- juick-www/src/main/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/juick-www/src/main/static/style.css b/juick-www/src/main/static/style.css index 080a179e..c09d7e88 100644 --- a/juick-www/src/main/static/style.css +++ b/juick-www/src/main/static/style.css @@ -537,8 +537,8 @@ q:before, q:after { content: ""; } -q { - border-left: 1px dashed #CCC; +q, blockquote { + border-left: 3px solid #CCC; color: #666; display: block; margin: 10px 0 10px 10px; -- cgit v1.2.3