summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMisha Brukman <brukman+llvm@gmail.com>2005-02-09 22:47:47 +0000
committerMisha Brukman <brukman+llvm@gmail.com>2005-02-09 22:47:47 +0000
commit64f8d070900757e6bb8204d45755c9751066dabe (patch)
treeb6e23adf22058cd4a6fb620e0a92633cacd0f447
parent0c4b8b6db4ebe1259c7d3e8a27781d71b6356d40 (diff)
downloadbcm5719-llvm-64f8d070900757e6bb8204d45755c9751066dabe.tar.gz
bcm5719-llvm-64f8d070900757e6bb8204d45755c9751066dabe.zip
Do not mention colors in style names, we might want to change styles themselves
llvm-svn: 20099
-rw-r--r--llvm/docs/llvm.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/llvm.css b/llvm/docs/llvm.css
index a1dfa9e6fed..5c0692b743b 100644
--- a/llvm/docs/llvm.css
+++ b/llvm/docs/llvm.css
@@ -51,7 +51,7 @@ TABLE { text-align: center; border: 2px solid black;
.doc_footer { text-align: left; padding: 0 0 0 0 }
-.doc_red { color: red }
+.doc_hilite { color: blue; font-weight: bold; }
.doc_table { text-align: center; width: 90%;
padding: 1px 1px 1px 1px; border: 1px; }
OpenPOWER on IntegriCloud