comparison doc/style.css @ 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 5e936f248501
children 6dc3d3cd729b
comparison
equal deleted inserted replaced
9835:6a07e74370d7 9836:916cf1e7b39f
81 border-bottom: 1px #ccc solid; 81 border-bottom: 1px #ccc solid;
82 padding: 0.3em 1em; 82 padding: 0.3em 1em;
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.
89 * Please refine if necessary. 93 * Please refine if necessary.
90 */ 94 */