summaryrefslogtreecommitdiffstats
path: root/website/src/docs/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'website/src/docs/style.css')
-rw-r--r--website/src/docs/style.css11
1 files changed, 11 insertions, 0 deletions
diff --git a/website/src/docs/style.css b/website/src/docs/style.css
new file mode 100644
index 0000000..ecf24d1
--- /dev/null
+++ b/website/src/docs/style.css
@@ -0,0 +1,11 @@
+ul {
+ list-style: none;
+ margin: 0px;
+ padding: 0px;
+}
+
+span.notes {
+ display: block;
+ font-size: 70%;
+ color: #888;
+} \ No newline at end of file