From eb1829c0b1aba550560027330860f356a157baa5 Mon Sep 17 00:00:00 2001 From: Anmol Agrawal Date: Sat, 27 Sep 2014 22:04:42 +0530 Subject: Input box fixed - #62 solved --- style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'style.css') diff --git a/style.css b/style.css index 55ef4d93..4decd588 100644 --- a/style.css +++ b/style.css @@ -71,7 +71,8 @@ a:active { } #textanalyser{ - width:500px; + position: fixed; + width:900px; height:30px; } -- cgit v1.3.1