From 03bc0dd0ef2baa49a372eb2478b84ed2db6b2f1e Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Wed, 3 Sep 2014 19:19:43 +0300 Subject: [PATCH] index.html: minor tweaks. --- assets/master.css | 4 ++++ index.html | 22 +++++++++++++--------- 2 files changed, 17 insertions(+), 9 deletions(-) diff --git a/assets/master.css b/assets/master.css index 1c3979e..dcccfc2 100644 --- a/assets/master.css +++ b/assets/master.css @@ -1,8 +1,10 @@ body { font-family: "Cambria", Georgia, Times, "Times New Roman", serif; margin-top: 0; padding-top: 0; } textarea { height: 30em; } h1 { margin-top: 0.5em; font-size: 1.25em; } +h1 span { font-size: 0.6em; } button { font-weight: bold; width: 100px; } +.minify-button { margin: 16px 0; } #outer-wrapper { overflow: hidden; } #wrapper { width: 65%; float: left; } #input { width: 99%; height: 18em; } @@ -36,3 +38,5 @@ button { font-weight: bold; width: 100px; } .unsafe { color: #f33; } iframe { position: absolute; top: 10px; right: 10px; } + +.footer p { font-style: italic; } diff --git a/index.html b/index.html index 182289d..fe70c65 100644 --- a/index.html +++ b/index.html @@ -10,15 +10,15 @@
-

HTML Minifier (v0.6.3)

+

HTML Minifier (v0.6.8)

Minifier is in beta and could be rough around the edges. However, there's an extensive test suite.

-

+

-

+

@@ -247,12 +247,16 @@
-

- HTMLMinifier is made by kangax, - using tweaked version of HTML parser by John Resig - (which, in its turn, is based on work of Erik Arvidsson). - Source and bugtracker are hosted on Github. -

+ + + -- 2.34.1