From 9583acb8a092765dec76cb19fbceb12ee141731f Mon Sep 17 00:00:00 2001 From: Misha Brukman Date: Fri, 24 Oct 2003 19:58:36 +0000 Subject: [PATCH] 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 --- docs/llvm.css | 3 +++ 1 file changed, 3 insertions(+) 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; -- 2.34.1