diff options
| author | Anmol Agrawal <anmol1771@gmail.com> | 2014-09-27 22:04:42 +0530 |
|---|---|---|
| committer | Anmol Agrawal <anmol1771@gmail.com> | 2014-09-27 22:04:42 +0530 |
| commit | eb1829c0b1aba550560027330860f356a157baa5 (patch) | |
| tree | 7b8225f4dec36bb3ba7911f36d421118f6787d92 /style.css | |
| parent | 3a23b990c27499a52738b67a802c4ec7fcb76e42 (diff) | |
Input box fixed - #62 solved
Diffstat (limited to 'style.css')
| -rw-r--r-- | style.css | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -71,7 +71,8 @@ a:active { } #textanalyser{ - width:500px; + position: fixed; + width:900px; height:30px; } |
