summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'style.css')
-rw-r--r--style.css8
1 files changed, 3 insertions, 5 deletions
diff --git a/style.css b/style.css
index 3f5ce33a..09f3f4ef 100644
--- a/style.css
+++ b/style.css
@@ -72,8 +72,8 @@ a:active {
#textanalyser{
position: fixed;
- width:900px;
height:30px;
+ max-width: 70%;
}
input:focus {
@@ -83,14 +83,12 @@ input:focus {
#suggestion{
display:block;
position:fixed;
- top:30px;
- left:20px;
+ top:30px;
+ left:20px;
list-style-type: none;
width:900px;
}
-
-
.node {
stroke: #fff;
stroke-width: 1px;