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 | 0465e89a709e31594ac8b216df9bce90c101fc61 (patch) | |
tree | b5f167332180c0a0f92d6f34e9b42f0620bd6fd7 | |
parent | 6d8e153e421ad9f5ecde60ce70723ecdd3c20705 (diff) |
Do not mention colors in style names, we might want to change styles themselves
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@20099 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | docs/llvm.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/llvm.css b/docs/llvm.css index a1dfa9e6fe..5c0692b743 100644 --- a/docs/llvm.css +++ b/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; } |