summaryrefslogtreecommitdiff
path: root/docs/static
diff options
context:
space:
mode:
authorDamien George <damien.p.george@gmail.com>2014-12-21 00:22:49 +0000
committerDamien George <damien.p.george@gmail.com>2014-12-21 00:22:49 +0000
commit9b561a7c0dda4ed5d9584d5379c5c2aaab04f28c (patch)
treecb93926cfc0fb07456655499fdc1456894b8dbbc /docs/static
parent4b60b45bfc363a222c02feaca56011801fc996dd (diff)
docs: Add custom CSS file, with code for admonition.
Diffstat (limited to 'docs/static')
-rw-r--r--docs/static/customstyle.css10
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/static/customstyle.css b/docs/static/customstyle.css
new file mode 100644
index 000000000..e91328b1e
--- /dev/null
+++ b/docs/static/customstyle.css
@@ -0,0 +1,10 @@
+/* custom CSS for Micro Python docs
+ */
+
+.admonition-difference-to-cpython {
+ border: 1px solid black;
+}
+
+.admonition-difference-to-cpython .admonition-title {
+ margin: 4px;
+}