diff --git a/index.html b/index.html index 1f246d0c9d..e0d6a1964b 100644 --- a/index.html +++ b/index.html @@ -11,22 +11,29 @@ body { padding: 0px; font-size: 12px; + color: #111111; +} +#optimizeBox { + position: absolute; + top: 30px; + left: 720px; + font-size: 14px; } #input { position: absolute; top: 120px; left: 0px; - width: 500px; + width: 700px; bottom: 0px; font-size: 15px; } #output { position: absolute; top: 120px; - left: 520px; - right: 0px; + left: 720px; + right: 10px; bottom: 0px; - font-size: 15px; + font-size: 14px; } @@ -36,13 +43,65 @@ body {