diff options
Diffstat (limited to 'juick-www/src/main/static/style.css')
-rw-r--r-- | juick-www/src/main/static/style.css | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/juick-www/src/main/static/style.css b/juick-www/src/main/static/style.css index 4058fba2..e90169d9 100644 --- a/juick-www/src/main/static/style.css +++ b/juick-www/src/main/static/style.css @@ -331,27 +331,6 @@ article .likes { article .replies { margin-left: 18px; } -article .comm { - display: flex; - margin: 13px 0 0 0; - width: 100%; -} -article .comm textarea { - border: 0; - flex-grow: 1; - padding: 2px; - resize: vertical; - vertical-align: top; -} -article .comm input { - align-self: flex-start; - background: #EEE; - border: 1px solid #CCC; - color: #999; - margin-left: 6px; - min-width: 50px; - vertical-align: top; -} article .tags { margin-top: 3px; } |