[llvm-commits] CVS: llvm/docs/llvm.css
Misha Brukman
brukman at cs.uiuc.edu
Wed Jan 14 18:15:01 PST 2004
Changes in directory llvm/docs:
llvm.css updated: 1.10 -> 1.11
---
Log message:
Make the stylesheet conform to CSS standard.
---
Diffs of the changes: (+2 -1)
Index: llvm/docs/llvm.css
diff -u llvm/docs/llvm.css:1.10 llvm/docs/llvm.css:1.11
--- llvm/docs/llvm.css:1.10 Mon Nov 24 19:02:51 2003
+++ llvm/docs/llvm.css Wed Jan 14 18:13:59 2004
@@ -47,5 +47,6 @@
.doc_red { color: red }
-.doc_table { text-align: center; width: 90%; padding: 1 1 1 1; border: 1 1 1 1 ; }
+.doc_table { text-align: center; width: 90%;
+ padding: 1px 1px 1px 1px; border: 1px; }
More information about the llvm-commits
mailing list