From c2a89822504a19297e7d8c5faf657f368f762e09 Mon Sep 17 00:00:00 2001 From: Martin Donnelly Date: Wed, 23 Nov 2016 20:51:53 +0000 Subject: [PATCH] using the host from the document.location --- app/css/custom.css | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/app/css/custom.css b/app/css/custom.css index 6ea1837..7475655 100644 --- a/app/css/custom.css +++ b/app/css/custom.css @@ -1949,3 +1949,14 @@ li { background-color: #EEEEEE; font-family: monospace; white-space: pre; } + + +.fan { + display: inline; + color: #ef0000; + display: table-cell; + width: 33%; + font-size: 250%; + line-height: 100%; +} +