index.html: minor tweaks.
authorXhmikosR <xhmikosr@users.sourceforge.net>
Wed, 3 Sep 2014 16:19:43 +0000 (19:19 +0300)
committerXhmikosR <xhmikosr@users.sourceforge.net>
Wed, 3 Sep 2014 16:19:43 +0000 (19:19 +0300)
assets/master.css
index.html

index 1c3979e..dcccfc2 100644 (file)
@@ -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; }
index 182289d..fe70c65 100644 (file)
       <div id="outer-wrapper">
         <script id='fbyg2uy'>(function(i){var f,s=document.getElementById(i);f=document.createElement('iframe');f.src='//api.flattr.com/button/view/?uid=kangax&button=compact&url='+encodeURIComponent(document.URL);f.title='Flattr';f.height=20;f.width=110;f.style.borderWidth=0;s.parentNode.insertBefore(f,s);})('fbyg2uy');</script>
         <div id="wrapper">
-          <h1>HTML Minifier <span style="font-size: 0.6em">(v0.6.3)</span></h1>
+          <h1>HTML Minifier <span>(v0.6.8)</span></h1>
           <p id="warning">
             Minifier is <strong>in beta</strong> and could be rough around the edges.
             However, there's <a href="tests">an extensive test suite</a>.
           </p>
           <textarea rows="8" cols="40" id="input"></textarea>
-          <p style="width: 65%">
+          <div class="minify-button">
             <button type="button" id="minify-btn">Minify</button>
-          </p>
+          </div>
           <textarea rows="8" cols="40" id="output" readonly></textarea>
 
           <p id="stats"></p>
           </div>
         </div>
       </div>
-      <p class="quiet" style="font-style:italic;">
-        HTMLMinifier is made by <a href="http://perfectionkills.com/">kangax</a>,
-        using tweaked version of HTML parser by <a href="http://ejohn.org/">John Resig</a>
-        (which, in its turn, is based on work of <a href="http://erik.eae.net/">Erik Arvidsson</a>).
-        Source and bugtracker are <a href="http://github.com/kangax/html-minifier">hosted on Github</a>.
-      </p>
+
+      <div class="footer">
+        <p class="quiet">
+          HTMLMinifier is made by <a href="http://perfectionkills.com/">kangax</a>,
+          using tweaked version of HTML parser by <a href="http://ejohn.org/">John Resig</a>
+          (which, in its turn, is based on work of <a href="http://erik.eae.net/">Erik Arvidsson</a>).
+          Source and bugtracker are <a href="http://github.com/kangax/html-minifier">hosted on Github</a>.
+        </p>
+      </div>
+
     </div>
     <script src="dist/htmlminifier.min.js"></script>
     <script src="assets/uglify.js"></script>