aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2011-11-05 04:09:37 +0000
committerDavid Robillard <d@drobilla.net>2011-11-05 04:09:37 +0000
commit09e404f50bcf96c8942d73b5b68baa2f0d6f3d02 (patch)
tree7efa0769bd651f3123ed995df309e52c0d4fc5fa /doc
parent4ee818b680e6864e03d98aa945be1600471db578 (diff)
downloadlv2-09e404f50bcf96c8942d73b5b68baa2f0d6f3d02.tar.xz
Add stable, experimental, or deprecated status to extension index.
Diffstat (limited to 'doc')
-rw-r--r--doc/style.css10
1 files changed, 9 insertions, 1 deletions
diff --git a/doc/style.css b/doc/style.css
index 1a28ca9..9943318 100644
--- a/doc/style.css
+++ b/doc/style.css
@@ -499,10 +499,18 @@ code {
h1, h2, h3, h4, h5, h6, th {
text-align: left;
}
-.warning {
+.error {
color: red;
font-weight: bold;
}
+.warning {
+ color: orange;
+ font-weight: bold;
+}
+.success {
+ color: green;
+ font-weight: bold;
+}
/* Pygments Style */
.hll { background-color: #ffffcc }