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

LLVM llvm at cs.uiuc.edu
Sun May 23 16:28:12 PDT 2004


Changes in directory llvm/docs:

llvm.css updated: 1.17 -> 1.18

---
Log message:

Create a new style for tables that have no width (.doc_table_nw) so the 
table doesn't stretch across the whole page. Change for BytecodeFormat.html


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

Index: llvm/docs/llvm.css
diff -u llvm/docs/llvm.css:1.17 llvm/docs/llvm.css:1.18
--- llvm/docs/llvm.css:1.17	Sun May 23 16:03:30 2004
+++ llvm/docs/llvm.css	Sun May 23 16:25:50 2004
@@ -48,6 +48,9 @@
 .doc_table      { text-align: center; width: 90%; 
                   padding: 1px 1px 1px 1px; border: 1px; }
 
+.doc_table_nw   { text-align: center; border: 1px; 
+    		  padding: 1px 1px 1px 1px; }
+
 .doc_warning    { color: red; font-weight: bold }
 
 .doc_code       { border: solid 1px gray; background: #eeeeee;





More information about the llvm-commits mailing list