diff options
author | Vitaly Takmazov | 2018-01-19 15:03:34 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2018-01-19 15:03:34 +0300 |
commit | 48845f34993bb9d5cab37db7b496e79359e1e07b (patch) | |
tree | cc0ff40b85b849a81a4ce5dfad063b32f181e815 /juick-www/src/main/static | |
parent | 0f2fb99be6c76f0faff093297b78535d76aa5745 (diff) |
www: icon align
Diffstat (limited to 'juick-www/src/main/static')
-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 3b6d031d..1b09feb2 100644 --- a/juick-www/src/main/static/style.css +++ b/juick-www/src/main/static/style.css @@ -784,8 +784,8 @@ blockquote { margin-top: -2px; vertical-align: middle; } -.icon--ei-comment { - margin-top: -3px; +.icon--ei-link { + margin-top: -1px; } .newmessage { /* textarea on the /post page */ |