[llvm-commits] CVS: llvm/docs/llvm.css
    Misha Brukman 
    brukman at cs.uiuc.edu
       
    Fri Oct 24 14:59:17 PDT 2003
    
    
  
Changes in directory llvm/docs:
llvm.css updated: 1.3 -> 1.4
---
Log message:
Added a style for making test red, which is used in CommandLine.html
---
Diffs of the changes:  (+3 -0)
Index: llvm/docs/llvm.css
diff -u llvm/docs/llvm.css:1.3 llvm/docs/llvm.css:1.4
--- llvm/docs/llvm.css:1.3	Fri Oct 24 12:56:09 2003
+++ llvm/docs/llvm.css	Fri Oct 24 14:58:36 2003
@@ -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; 
    
    
More information about the llvm-commits
mailing list