diff options
Diffstat (limited to 'juick-www/src/main')
-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 73ea7d8c..90f0f586 100644 --- a/juick-www/src/main/static/style.css +++ b/juick-www/src/main/static/style.css @@ -824,8 +824,8 @@ q { .icon--ei-comment { margin-top: -3px; } - -.newmessage { /* textarea on the /post page */ +.newmessage { + /* textarea on the /post page */ border: 1px solid #DDD; padding: 2px; resize: vertical; |