summaryrefslogtreecommitdiff
path: root/doc/map.css
diff options
context:
space:
mode:
authorJed Barber <jjbarber@y7mail.com>2018-04-15 19:41:33 +1000
committerJed Barber <jjbarber@y7mail.com>2018-04-15 19:41:33 +1000
commita4b6a06f372923fb38ae4d3c7e0429ce93ea7748 (patch)
treee10bb89f38cdb7ad61b28fb1ab401765682da318 /doc/map.css
parent39d3db4cbdfa9d55c428bce9382166744406f936 (diff)
Started process of polishing packages
Diffstat (limited to 'doc/map.css')
-rw-r--r--doc/map.css38
1 files changed, 38 insertions, 0 deletions
diff --git a/doc/map.css b/doc/map.css
new file mode 100644
index 0000000..98513fe
--- /dev/null
+++ b/doc/map.css
@@ -0,0 +1,38 @@
+
+
+body {
+ width: 90%;
+ margin-left: 2em;
+ margin-right: 2em;
+}
+
+
+table.package, table.type {
+ min-width: 30%;
+}
+
+table.function {
+ min-width: 60%;
+}
+
+table {
+ margin-top: 4em;
+ margin-bottom: 4em;
+ border: 1px solid black;
+}
+
+
+th {
+ padding-top: 0.5em;
+ padding-bottom: 0.5em;
+ border: 1px solid black;
+}
+
+
+td {
+ width: 50%;
+ padding: 0.5em 0.5em 0.5em 0.5em;
+ border: 1px solid black;
+}
+
+