summaryrefslogtreecommitdiff
path: root/project/assets
diff options
context:
space:
mode:
authorJed Barber <jjbarber@y7mail.com>2017-02-20 16:11:51 +1100
committerJed Barber <jjbarber@y7mail.com>2017-02-20 16:11:51 +1100
commit09c54d26a67b268290f978add3e03d6a5181dc78 (patch)
tree03a2e0d0eca220e15e9fa638fc4877c8f1fcc7bc /project/assets
parent374c45e5ef46eda860e9261079f737b5cf1687fd (diff)
Slightly improved style, much improved tables
Diffstat (limited to 'project/assets')
-rw-r--r--project/assets/css/default.css29
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