doc/style: add orange border color to notes

This commit is contained in:
Nicolas Dumazet 2009-11-11 21:52:02 +01:00
parent 8053426d1c
commit eb99c4418d

View File

@ -83,6 +83,10 @@ div.note, div.tip, div.warning {
margin: 1em;
}
div.note {
border-color: #fcc200;
}
/*
* The following styles are from Docutils.