From 9a54386a694093907d0df6f76c030164d04ac777 Mon Sep 17 00:00:00 2001 From: Bernhard Tittelbach Date: Sat, 25 Oct 2014 17:33:16 +0200 Subject: try to optimize speed --- src/viz/index.css | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/viz/index.css') diff --git a/src/viz/index.css b/src/viz/index.css index 656f85d..00c8feb 100644 --- a/src/viz/index.css +++ b/src/viz/index.css @@ -22,6 +22,12 @@ body { color: #333; } +div.status { + font-size:20px; + font-weight:bold; + background-color:gray; +} + h1 { text-align:center; font-variant: small-caps; -- cgit v1.2.3