aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2018-01-19 14:37:28 +0000
committerGravatar Vitaly Takmazov2018-01-19 14:37:28 +0000
commitc31acf60c5eec494421f3b4f790748f693db588a (patch)
tree2b9cf3cf3eca7d5b2586fec3bf5a0f0e72a36310
parent5aa9d8a35507a37e1625903a0770e7eec7f0677c (diff)
www: tags style
-rw-r--r--juick-www/src/main/static/style.css6
1 files changed, 5 insertions, 1 deletions
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;