diff --git a/index.html b/index.html index 9bb051cfd..0f0286465 100644 --- a/index.html +++ b/index.html @@ -66,125 +66,124 @@

Online JavaScript Beautifier

- -
-

- Beautify, unpack or deobfuscate JavaScript and HTML, make JSON/JSONP readable, etc. -

-

- All of the source code is completely free and open, available on GitHub under MIT licence, -
and we have a command-line version, python library and a node package as well. -

-

- -

-
- - - - - - -
- -
- - -
- - -
- - - -

HTML <style>, <script> formatting:

- + + + - -

Additional Settings (JSON):

- - - - -
- - -
- - -
- - -
- - -
- - -
- - -
- - -
- - -
- - -
- - -
- - -
- - -
Use a simple textarea for code input? - - -
+

+ +
+ + + + + +
+ +
+ + +
+ + +
+ + + +

HTML <style>, <script> formatting:

+ + +

Additional Settings (JSON):

+ + + + +
+ + +
+ + +
+ + +
+ + +
+ + +
+ + +
+ + +
+ + +
+ + +
+ + +
+ + +
+ + +
Use a simple textarea for code input? + +
+
+
- -
+
@@ -192,12 +191,10 @@

Online JavaScript Beautifier

+ -
-

Your Selected Options (JSON):

diff --git a/web/common-style.css b/web/common-style.css index fac3be371..67f6ecebc 100644 --- a/web/common-style.css +++ b/web/common-style.css @@ -24,8 +24,6 @@ a.turn-off-codemirror { } button.submit { - width: 100%; - padding: 10px 0; cursor: pointer; margin: 0; } @@ -37,8 +35,6 @@ button.submit em { } button.control { - width: 10%; - padding: 5px 0; cursor: pointer; margin: 0; } @@ -51,10 +47,6 @@ select { width: 220px; } -table#options { - float: right; -} - table#options td { vertical-align: top; padding-left: 10px; @@ -65,14 +57,6 @@ table#options td { float: left; } -#about { - float: left; -} - -#about p { - margin: 0 6px 6px 0; -} - #version-number { font-size: .5em; }