diff options
Diffstat (limited to 'juick-www/src/main/static/style.css')
-rw-r--r-- | juick-www/src/main/static/style.css | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/juick-www/src/main/static/style.css b/juick-www/src/main/static/style.css index c596da8a..b24ee23f 100644 --- a/juick-www/src/main/static/style.css +++ b/juick-www/src/main/static/style.css @@ -163,6 +163,7 @@ body > header p { background: #E5E5E0; margin-bottom: 20px; padding: 15px; + display: none; } #newmessage textarea { border: 1px solid #CCC; @@ -177,9 +178,6 @@ body > header p { margin: 5px 0; padding: 2px 4px; } -#newmessage > div { - display: none; -} #newmessage .img { width: 500px; } |