# HG changeset patch # User Nicolas Dumazet # Date 1257972722 -3600 # Node ID 916cf1e7b39f83e1976587277ab4065d8113e016 # Parent 6a07e74370d761f7ee938d19e646a743aa9f9fc6 doc/style: add orange border color to notes diff -r 6a07e74370d7 -r 916cf1e7b39f 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.