summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
authorAnmol Agrawal <anmol1771@gmail.com>2014-09-27 22:04:42 +0530
committerAnmol Agrawal <anmol1771@gmail.com>2014-09-27 22:04:42 +0530
commiteb1829c0b1aba550560027330860f356a157baa5 (patch)
tree7b8225f4dec36bb3ba7911f36d421118f6787d92 /style.css
parent3a23b990c27499a52738b67a802c4ec7fcb76e42 (diff)
Input box fixed - #62 solved
Diffstat (limited to 'style.css')
-rw-r--r--style.css3
1 files changed, 2 insertions, 1 deletions
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;
}