[llvm-commits] CVS: llvm/docs/llvm.css

Misha Brukman brukman at cs.uiuc.edu
Wed Feb 9 14:36:55 PST 2005



Changes in directory llvm/docs:

llvm.css updated: 1.25 -> 1.26
---
Log message:

Add style to display notes on a different background than the main text


---
Diffs of the changes:  (+1 -0)

 llvm.css |    1 +
 1 files changed, 1 insertion(+)


Index: llvm/docs/llvm.css
diff -u llvm/docs/llvm.css:1.25 llvm/docs/llvm.css:1.26
--- llvm/docs/llvm.css:1.25	Mon Nov  1 03:26:57 2004
+++ llvm/docs/llvm.css	Wed Feb  9 16:36:44 2005
@@ -66,6 +66,7 @@
                   padding: 0 1em 0 1em;
                   display:table;
                 }
+.doc_notes      { background: #fafafa; border: 1px solid #cecece; padding: 1em }
 
 TABLE.layout    { text-align: left; border: none; border-collapse: collapse;
                   padding: 4px 4px 4px 4px; }






More information about the llvm-commits mailing list