From a16226825629734a73220070d8afe908450ed522 Mon Sep 17 00:00:00 2001 From: Frederick Yin Date: Wed, 20 Oct 2021 10:07:31 +0800 Subject: Move container style to top in css --- jimbrella/static/jimbrella.css | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) (limited to 'jimbrella') diff --git a/jimbrella/static/jimbrella.css b/jimbrella/static/jimbrella.css index 06c7225..5328f48 100644 --- a/jimbrella/static/jimbrella.css +++ b/jimbrella/static/jimbrella.css @@ -1,19 +1,3 @@ -body { - font-family: sans-serif; -} - -table.overview { - border: 2px solid; - text-align: center; -} - -td { - border: 1px solid; - padding-top: 1em; - padding-bottom: 1em; - width: 6em; -} - #container { position: relative; } @@ -32,3 +16,19 @@ td { padding: 1em; } } + +body { + font-family: sans-serif; +} + +table.overview { + border: 2px solid; + text-align: center; +} + +td { + border: 1px solid; + padding-top: 1em; + padding-bottom: 1em; + width: 6em; +} -- cgit v1.2.3