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

Reid Spencer reid at x10sys.com
Sun Oct 31 15:01:13 PST 2004



Changes in directory llvm/docs:

llvm.css updated: 1.21 -> 1.22
---
Log message:

Give table headers the striped background.


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

Index: llvm/docs/llvm.css
diff -u llvm/docs/llvm.css:1.21 llvm/docs/llvm.css:1.22
--- llvm/docs/llvm.css:1.21	Tue Sep  7 00:09:22 2004
+++ llvm/docs/llvm.css	Sun Oct 31 17:01:02 2004
@@ -12,7 +12,10 @@
 address     { clear: right; }
 
 TR, TD      { border: 2px solid gray; padding: 4pt 4pt 2pt 2pt; }
-TH          { border: 2px solid gray; font-weight: bold; font-size: 105%; }
+TH          { border: 2px solid gray; font-weight: bold; font-size: 105%; 
+              color: black; background: url("img/lines.gif");
+              font-family: "Georgia,Palatino,Times,Roman"; text-align:center;
+              vertical-align: middle; }
 TABLE       { text-align: center; border: 2px solid black; 
               border-collapse: collapse; margin-top: 1em; margin-left: 1em; 
               margin-right: 1em; margin-bottom: 1em; }






More information about the llvm-commits mailing list