From: Misha Brukman Date: Fri, 24 Oct 2003 19:58:36 +0000 (+0000) Subject: Added a style for making test red, which is used in CommandLine.html X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=9583acb8a092765dec76cb19fbceb12ee141731f;p=oota-llvm.git 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 --- diff --git a/docs/llvm.css b/docs/llvm.css index 74976640251..26f6c45fdfa 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;