From 8adfabddb95ba284e642224a346bb0b34a578d95 Mon Sep 17 00:00:00 2001 From: sD Date: Mon, 23 Mar 2020 13:52:01 +0100 Subject: add https and javascript warnings --- webAO/styles/master.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'webAO/styles/master.css') diff --git a/webAO/styles/master.css b/webAO/styles/master.css index 4f6d0ad..4b585da 100644 --- a/webAO/styles/master.css +++ b/webAO/styles/master.css @@ -144,6 +144,10 @@ box-shadow: 0 0 0 1px #EFAD21; } +.error { + color: orangered; +} + #content {} ul.navbar-nav.ml-auto { -- cgit From 564a2b87d361a1e3cf3d1ce7774df88b400b3657 Mon Sep 17 00:00:00 2001 From: sD Date: Wed, 25 Mar 2020 00:22:01 +0100 Subject: empty css rule --- webAO/styles/master.css | 2 -- 1 file changed, 2 deletions(-) (limited to 'webAO/styles/master.css') diff --git a/webAO/styles/master.css b/webAO/styles/master.css index 4b585da..108d0e4 100644 --- a/webAO/styles/master.css +++ b/webAO/styles/master.css @@ -148,8 +148,6 @@ color: orangered; } -#content {} - ul.navbar-nav.ml-auto { display: inline-flex; list-style-type: none; -- cgit