Make reply input a bit smaller.
[Sone.git] / src / main / resources / static / css / sone.css
index 7682859..b05a1f1 100644 (file)
@@ -276,12 +276,12 @@ textarea {
 
 #sone .post .create-reply input[type=text] {
        margin-left: 0.5ex;
-       width: 45em;
+       width: 44em;
 }
 
 #sone .post .create-reply textarea {
        margin-left: 0.5ex;
-       width: 45em;
+       width: 44em;
        height: 4em;
 }