diff options
author | Misha Brukman <brukman+llvm@gmail.com> | 2003-10-24 19:58:36 +0000 |
---|---|---|
committer | Misha Brukman <brukman+llvm@gmail.com> | 2003-10-24 19:58:36 +0000 |
commit | 9583acb8a092765dec76cb19fbceb12ee141731f (patch) | |
tree | 50868a90df6a647c7771beebb67b612ae4216b7f /docs/llvm.css | |
parent | 246ce3c2d5a00abc56e6599d86dfc01c70925601 (diff) | |
download | llvm-9583acb8a092765dec76cb19fbceb12ee141731f.tar.gz |
Added a style for making test red, which is used in CommandLine.html
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9487 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/llvm.css')
-rw-r--r-- | docs/llvm.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/llvm.css b/docs/llvm.css index 749766402510..26f6c45fdfad 100644 --- a/docs/llvm.css +++ b/docs/llvm.css @@ -37,6 +37,9 @@ .doc_footer { text-align: left; padding: 0 0 0 0; font-size 12pt } +.doc_red { color: red } + + /* Publications */ .pub_title { font-family: "Georgia,Palatino,Times,Roman"; font-size: 24pt; |