summaryrefslogtreecommitdiff
path: root/web
diff options
context:
space:
mode:
authorJesse Morgan <jesse@jesterpm.net>2014-06-23 20:47:42 -0700
committerJesse Morgan <jesse@jesterpm.net>2014-06-23 20:47:42 -0700
commitbd1f76dba80b4ee74906e30dc932d7e409ef8a33 (patch)
tree97f24adf658c658b8dc578286ec02152ed7b3c29 /web
parentdf554b1754ffc31d2e7a116f197f7784d75039ec (diff)
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.
Diffstat (limited to 'web')
-rw-r--r--web/style.css5
1 files changed, 5 insertions, 0 deletions
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;
}