doc/style: add orange border color to notes
authorNicolas Dumazet <nicdumz.commits@gmail.com>
Wed, 11 Nov 2009 21:52:02 +0100
changeset 9836 916cf1e7b39f
parent 9835 6a07e74370d7
child 9837 b13474cd1496
doc/style: add orange border color to notes
doc/style.css
--- a/doc/style.css	Wed Nov 11 21:45:13 2009 +0100
+++ b/doc/style.css	Wed Nov 11 21:52:02 2009 +0100
@@ -83,6 +83,10 @@
     margin: 1em;
 }
 
+div.note {
+    border-color: #fcc200;
+}
+
 
 /*
  * The following styles are from Docutils.