From 09c54d26a67b268290f978add3e03d6a5181dc78 Mon Sep 17 00:00:00 2001 From: Jed Barber Date: Mon, 20 Feb 2017 16:11:51 +1100 Subject: Slightly improved style, much improved tables --- project/assets/css/default.css | 29 ++++++++++++++++++++++++++++- 1 file changed, 28 insertions(+), 1 deletion(-) (limited to 'project/assets') diff --git a/project/assets/css/default.css b/project/assets/css/default.css index 8c47a6d..457a702 100644 --- a/project/assets/css/default.css +++ b/project/assets/css/default.css @@ -4,7 +4,7 @@ body { margin:1em auto; - max-width:50em; + max-width:60em; font:1.2em/1.62em sans-serif; } @@ -32,6 +32,33 @@ h4 { } +p { + margin-top: 2em; + margin-bottom: 2em; +} + + +table, th, td { + border: 1px solid gray; +} + + +table { + margin: 2em auto 2em auto; + max-width: 59em; +} + + +th { + background-color:#CCCCCC; +} + + +td { + text-align: center; +} + + /* A bunch of nonsense to make the navbar -- cgit