##// END OF EJS Templates
doc/style: add orange border color to notes
Nicolas Dumazet -
r9836:916cf1e7 default
parent child Browse files
Show More
@@ -83,6 +83,10 b' div.note, div.tip, div.warning {'
83 margin: 1em;
83 margin: 1em;
84 }
84 }
85
85
86 div.note {
87 border-color: #fcc200;
88 }
89
86
90
87 /*
91 /*
88 * The following styles are from Docutils.
92 * The following styles are from Docutils.
General Comments 0
You need to be logged in to leave comments. Login now