From ba55c429611ea117b697dfa9cb97491268ffab01 Mon Sep 17 00:00:00 2001 From: kangax Date: Fri, 24 Jan 2014 10:00:11 -0500 Subject: [PATCH] Add link to tests; big scary warning is no longer necessary --- index.html | 3 ++- master.css | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index a348cfd..a47016b 100644 --- a/index.html +++ b/index.html @@ -11,7 +11,8 @@

HTML Minifier (v0.5.5)

- Minifier is in beta and is not yet thoroughly tested. Use at your own risk. + Minifier is in beta and could be rough around the edges. + However, there's an extensive test suite.

diff --git a/master.css b/master.css index 08caaa5..77e50d8 100644 --- a/master.css +++ b/master.css @@ -15,7 +15,7 @@ button { font-weight: bold; width: 100px; } #options input { margin-right: 0.5em; } #stats { margin-bottom: 2em; overflow: hidden; margin-top: 0; } #todo { font-family: monospace; margin-bottom: 2em; } -#warning { background: #fcc; padding: 0.25em; display: inline-block; margin-top: 0; font-size: 0.85em; } +#warning { background: #fee; padding: 0.25em; display: inline-block; margin-top: 0; font-size: 0.85em; } #lint-report { font-family: monospace; } #report { margin-bottom: 5em; } #report ul { margin: 0.5em; padding-left: 1em; list-style: none; } @@ -32,4 +32,4 @@ button { font-weight: bold; width: 100px; } .deprecated-element, .deprecated-attribute { color: red; } .presentational-element, .presentational-attribute, .inaccessible-attribute { color: #FF8C00; } -.unsafe { color: #f33; } \ No newline at end of file +.unsafe { color: #f33; } -- 2.34.1