diff options
author | Vitaly Takmazov | 2017-12-20 15:17:15 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2017-12-20 15:17:26 +0300 |
commit | 413e12a9e5e7ec2e8e5b72e9e99e2da616537397 (patch) | |
tree | d72ab61eb69affe60523d7cb03a76900a636bf0a /juick-www/src | |
parent | 9653cf099891d6db215e4748df3b94e028aa3a7e (diff) |
www: update quote style
Diffstat (limited to 'juick-www/src')
-rw-r--r-- | juick-www/src/main/static/style.css | 4 |
1 files 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; |