From c31acf60c5eec494421f3b4f790748f693db588a Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Fri, 19 Jan 2018 14:37:28 +0000 Subject: www: tags style --- juick-www/src/main/static/style.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'juick-www') diff --git a/juick-www/src/main/static/style.css b/juick-www/src/main/static/style.css index 56c6f266..291fa97b 100644 --- a/juick-www/src/main/static/style.css +++ b/juick-www/src/main/static/style.css @@ -332,7 +332,8 @@ article .tags { } article .tags > a, .msg-tags > a { - box-shadow: 0 0 3px rgba(0, 0, 0, 0.16); + background: #eee; + border: 1px solid #eee; color: #888; display: inline-block; font-size: 10pt; @@ -791,6 +792,9 @@ blockquote { .icon--ei-link { margin-top: -1px; } +.icon--ei-comment { + margin-top: -5px; +} .newmessage { /* textarea on the /post page */ border: 1px solid #DDD; -- cgit v1.2.3