summaryrefslogtreecommitdiffstats
path: root/dev-docs/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'dev-docs/style.css')
-rw-r--r--dev-docs/style.css12
1 files changed, 12 insertions, 0 deletions
diff --git a/dev-docs/style.css b/dev-docs/style.css
new file mode 100644
index 000000000..74419d8da
--- /dev/null
+++ b/dev-docs/style.css
@@ -0,0 +1,12 @@
+table
+{
+ border: 1px outset;
+ border-spacing: 0px;
+ border-collapse: separate;
+}
+
+td, th
+{
+ border: 1px inset
+}
+