From e804d1289e4c5d85279f6853754eaf42c883ba7c Mon Sep 17 00:00:00 2001 From: Owen Date: Fri, 8 Aug 2014 15:37:21 +0300 Subject: Issue #25 --- style.css | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'style.css') diff --git a/style.css b/style.css index 7e1314c6..48e6eeac 100644 --- a/style.css +++ b/style.css @@ -71,7 +71,7 @@ a:active { } #textanalyser{ - width:300px; + width:500px; height:30px; } @@ -253,7 +253,6 @@ input:focus { } .help{ - font-weight: bold; font-size: 20px; position: fixed; top: 5px; @@ -308,11 +307,10 @@ input:focus { } .info{ - background-color: rgba(17,17,17,0.8); position:fixed; top:150px; - width:300px; + width:140px; right:10px; font-size: 14px; border: 1px solid; -- cgit v1.3.1