From a4b6a06f372923fb38ae4d3c7e0429ce93ea7748 Mon Sep 17 00:00:00 2001 From: Jed Barber Date: Sun, 15 Apr 2018 19:41:33 +1000 Subject: Started process of polishing packages --- doc/map.css | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 doc/map.css (limited to 'doc/map.css') 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; +} + + -- cgit