summaryrefslogtreecommitdiff
path: root/doc/src/minimal.css
diff options
context:
space:
mode:
Diffstat (limited to 'doc/src/minimal.css')
-rw-r--r--doc/src/minimal.css22
1 files changed, 22 insertions, 0 deletions
diff --git a/doc/src/minimal.css b/doc/src/minimal.css
new file mode 100644
index 0000000000..401b73e529
--- /dev/null
+++ b/doc/src/minimal.css
@@ -0,0 +1,22 @@
+/*
+
+ © Copyright Beman Dawes, 2007
+
+ Distributed under the Boost Software License, Version 1.0.
+ See www.boost.org/LICENSE_1_0.txt
+
+*/
+
+/*******************************************************************************
+ Body
+*******************************************************************************/
+
+body { font-family: sans-serif; margin: 1em; }
+
+/*******************************************************************************
+ Table
+*******************************************************************************/
+
+table { margin: 0.5em; }
+
+/*** end ***/ \ No newline at end of file