diff options
author | Vitaly Takmazov | 2016-08-29 16:19:29 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2016-08-29 16:19:29 +0300 |
commit | f3432e22dc8a797ff90560958f576f91953a6426 (patch) | |
tree | 0efe34663a715ac09d6abc7a56ecc24f340b18b0 | |
parent | 738b9a61f9620421442b80552e026912ddc9e9e8 (diff) |
www: smaller tags
-rw-r--r-- | juick-www/src/main/static/style.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/juick-www/src/main/static/style.css b/juick-www/src/main/static/style.css index a4d213df..a80d58fa 100644 --- a/juick-www/src/main/static/style.css +++ b/juick-www/src/main/static/style.css @@ -78,6 +78,7 @@ article input { width: 50px; margin-left: 6px; vertical-align: top; border: 1px article .tags { margin-top: 3px; } .msg-tags { margin-top: 5px; } article .tags>a, .msg-tags>a { + font-size: 10pt; display: inline-block; margin-bottom: 5px; margin-right: 5px; |