diff options
Diffstat (limited to 'project/assets/css/default.css')
-rw-r--r-- | project/assets/css/default.css | 29 |
1 files changed, 28 insertions, 1 deletions
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 |