From 61d960ee340d8506c2fb3765764e8dc1dabce7d2 Mon Sep 17 00:00:00 2001 From: Luke Prior <22492406+LukePrior@users.noreply.github.com> Date: Sun, 18 Apr 2021 18:23:47 +1000 Subject: [PATCH] small CSS changes for version number --- auto_rx/autorx/static/css/main.css | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/auto_rx/autorx/static/css/main.css b/auto_rx/autorx/static/css/main.css index 2ee3ce5..cf032e4 100644 --- a/auto_rx/autorx/static/css/main.css +++ b/auto_rx/autorx/static/css/main.css @@ -6,7 +6,8 @@ body { } p { - margin: 0.3vh; + margin-top: 0.3vh; + margin-bottom: 0.3vh; } body { @@ -16,6 +17,10 @@ body { flex-direction: column; } +a { + color: inherit; +} + .wrapper { flex: auto; display: flex; @@ -171,7 +176,6 @@ body { #mapid { flex: auto; z-index: 0; - border-radius: 25px; } .footerdiv { @@ -304,7 +308,7 @@ input:checked + .slider:before { color: black; } -#telem_table a:link, #telem_table a:visited { +#telem_table a:link, #telem_table a:visited #log_data a:link, #log_data a:visited { font-weight: bold; text-decoration: none; color:inherit;