aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2011-11-05 03:45:53 +0000
committerDavid Robillard <d@drobilla.net>2011-11-05 03:45:53 +0000
commit4ee818b680e6864e03d98aa945be1600471db578 (patch)
tree6de8cea2f54e561b9f5ace6eac018d85ea7f54a7 /doc
parent434a3c065b0b9ac73692bc445b01e91123554e50 (diff)
downloadlv2-4ee818b680e6864e03d98aa945be1600471db578.tar.xz
Mark event and uri-map as deprecated and point to their successors in documentation.
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 }