diff options
author | David Robillard <d@drobilla.net> | 2011-11-05 03:45:53 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2011-11-05 03:45:53 +0000 |
commit | 4ee818b680e6864e03d98aa945be1600471db578 (patch) | |
tree | 6de8cea2f54e561b9f5ace6eac018d85ea7f54a7 /doc/style.css | |
parent | 434a3c065b0b9ac73692bc445b01e91123554e50 (diff) | |
download | lv2-4ee818b680e6864e03d98aa945be1600471db578.tar.xz |
Mark event and uri-map as deprecated and point to their successors in documentation.
Diffstat (limited to 'doc/style.css')
-rw-r--r-- | doc/style.css | 4 |
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 } |