From 9b561a7c0dda4ed5d9584d5379c5c2aaab04f28c Mon Sep 17 00:00:00 2001 From: Damien George Date: Sun, 21 Dec 2014 00:22:49 +0000 Subject: docs: Add custom CSS file, with code for admonition. --- docs/static/customstyle.css | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 docs/static/customstyle.css (limited to 'docs/static') 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; +} -- cgit v1.2.3