Make reply input a bit smaller.
authorDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Thu, 11 Nov 2010 20:30:50 +0000 (21:30 +0100)
committerDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Thu, 11 Nov 2010 20:30:50 +0000 (21:30 +0100)
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;
 }