From d078290221640ee4334c3953e80972515cb10d21 Mon Sep 17 00:00:00 2001 From: Jason Skomorowski Date: Tue, 4 Nov 2014 11:53:52 -0500 Subject: [PATCH] Add mkws-stat to prettysimple --- examples/htdocs/prettysimple.css | 6 ++++++ examples/htdocs/prettysimple.html | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/examples/htdocs/prettysimple.css b/examples/htdocs/prettysimple.css index 296940b..10c2f9f 100644 --- a/examples/htdocs/prettysimple.css +++ b/examples/htdocs/prettysimple.css @@ -174,6 +174,12 @@ a { float: right; margin-left: .7em; } +.mkws-stat { + font-family: "Open Sans Light", sans-serif; + text-align: right; + font-size: .9em; +} + /* Result containers */ .mkws-summary { diff --git a/examples/htdocs/prettysimple.html b/examples/htdocs/prettysimple.html index 81fef7b..fd0ddb8 100644 --- a/examples/htdocs/prettysimple.html +++ b/examples/htdocs/prettysimple.html @@ -23,7 +23,7 @@
-
+
-- 1.7.10.4