summaryrefslogtreecommitdiff
path: root/doc/default.css
diff options
context:
space:
mode:
Diffstat (limited to 'doc/default.css')
-rw-r--r--doc/default.css29
1 files changed, 29 insertions, 0 deletions
diff --git a/doc/default.css b/doc/default.css
new file mode 100644
index 0000000..d7fe1b6
--- /dev/null
+++ b/doc/default.css
@@ -0,0 +1,29 @@
+
+body {
+ width: 90%;
+ margin-left: 2em;
+ margin-right: 2em;
+}
+
+
+table {
+ margin-top: 2em;
+ margin-bottom: 2em;
+ 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;
+}
+
+