aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/style.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/style.css b/doc/style.css
index 230353c..1a28ca9 100644
--- a/doc/style.css
+++ b/doc/style.css
@@ -499,6 +499,10 @@ code {
h1, h2, h3, h4, h5, h6, th {
text-align: left;
}
+.warning {
+ color: red;
+ font-weight: bold;
+}
/* Pygments Style */
.hll { background-color: #ffffcc }