diff options
author | Vitaly Takmazov | 2018-01-19 14:43:37 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2018-01-19 14:43:37 +0300 |
commit | 0f2fb99be6c76f0faff093297b78535d76aa5745 (patch) | |
tree | e8a3c68b455089130e8b1e2dab60433939c8ce70 /juick-www/src/main/static/style.css | |
parent | d21cb35f1bb3a0b1a2ba7b91a1a9364885806809 (diff) |
www: msg-button-icon
Diffstat (limited to 'juick-www/src/main/static/style.css')
-rw-r--r-- | juick-www/src/main/static/style.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/juick-www/src/main/static/style.css b/juick-www/src/main/static/style.css index 1a1de744..3b6d031d 100644 --- a/juick-www/src/main/static/style.css +++ b/juick-www/src/main/static/style.css @@ -344,6 +344,9 @@ article .tags > a, flex-direction: column; align-items: center; } +.l .msg-button-icon { + font-weight: bold; +} .msgthread { margin-bottom: 0; } |