From bd1f76dba80b4ee74906e30dc932d7e409ef8a33 Mon Sep 17 00:00:00 2001 From: Jesse Morgan Date: Mon, 23 Jun 2014 20:47:42 -0700 Subject: Adding a domain label to the header. The page header now displays the domain label if the domain is not prod. This is useful for quickly identifying if you are modifying prod data. --- web/style.css | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'web') diff --git a/web/style.css b/web/style.css index 42ffdd7..e7c5bee 100644 --- a/web/style.css +++ b/web/style.css @@ -5,6 +5,11 @@ html, body { height: 100%; } +.versiontag { + font-size: 150%; + font-style: italic; +} + .hidden { display: none; } -- cgit v1.2.3