changeset 9836:916cf1e7b39f

doc/style: add orange border color to notes
author Nicolas Dumazet <nicdumz.commits@gmail.com>
date Wed, 11 Nov 2009 21:52:02 +0100
parents 6a07e74370d7
children b13474cd1496
files doc/style.css
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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.