diff options
author | Misha Brukman <brukman+llvm@gmail.com> | 2005-02-09 22:47:47 +0000 |
---|---|---|
committer | Misha Brukman <brukman+llvm@gmail.com> | 2005-02-09 22:47:47 +0000 |
commit | 64f8d070900757e6bb8204d45755c9751066dabe (patch) | |
tree | b6e23adf22058cd4a6fb620e0a92633cacd0f447 /llvm/docs | |
parent | 0c4b8b6db4ebe1259c7d3e8a27781d71b6356d40 (diff) | |
download | bcm5719-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
Diffstat (limited to 'llvm/docs')
-rw-r--r-- | llvm/docs/llvm.css | 2 |
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; } |