diff options
author | Vitaly Takmazov | 2017-03-02 09:55:39 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2017-03-02 09:55:39 +0300 |
commit | 9c5a3f684dade3477e7c20c17b5defafaba7d417 (patch) | |
tree | 6263c1b4c22f52078a6bd1447e51a38cea54f720 /juick-www/src | |
parent | 50e1e05a7f6d9061c68121558e7c2efdf987056a (diff) |
juick-www: revert msg width
Diffstat (limited to 'juick-www/src')
-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 e3f2959a..028d8a5c 100644 --- a/juick-www/src/main/static/style.css +++ b/juick-www/src/main/static/style.css @@ -300,6 +300,7 @@ article .tags>a, .msg-tags>a { line-height: 140%; margin-bottom: 20px; padding: 20px; + width: 640px; } .msg-menu { float: right; |