aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;