From 017d1416fa9148f84596aa109826cacb13c1c774 Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Sat, 22 Oct 2016 13:07:39 -0400 Subject: #353 - more timezone tweaks, especially making sure humanizeTime is ALWAYS using local time irrespective of setting Former-commit-id: d28f076eb0a780a83466f259d17563b8d2d34a0d --- www/css/style.css | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'www/css') diff --git a/www/css/style.css b/www/css/style.css index 34866658..950a9e0d 100644 --- a/www/css/style.css +++ b/www/css/style.css @@ -21,6 +21,11 @@ font-family: "fontawesome"; content: "\f100"; } +.icon-server:before { + font-family: "fontawesome"; + content: "\f233"; +} + .image-loader-container { position: relative; width: 100%; -- cgit v1.2.3