From: kangax Date: Fri, 24 Jan 2014 15:04:07 +0000 (-0500) Subject: Add flattr button X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=9e369d09b88fa5374e70f75438dda99d7482acef;p=html-minifier.git Add flattr button --- diff --git a/index.html b/index.html index a47016b..9381db0 100644 --- a/index.html +++ b/index.html @@ -8,6 +8,7 @@
+

HTML Minifier (v0.5.5)

diff --git a/master.css b/master.css index 77e50d8..ceb4be7 100644 --- a/master.css +++ b/master.css @@ -33,3 +33,5 @@ button { font-weight: bold; width: 100px; } .presentational-element, .presentational-attribute, .inaccessible-attribute { color: #FF8C00; } .unsafe { color: #f33; } + +iframe { position: absolute; top: 10px; right: 10px; }