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

Reid Spencer reid at x10sys.com
Tue Apr 3 17:55:48 PDT 2007



Changes in directory llvm-www:

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

Table headings centered.


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

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


Index: llvm-www/llvm.css
diff -u llvm-www/llvm.css:1.20 llvm-www/llvm.css:1.21
--- llvm-www/llvm.css:1.20	Sat Mar 31 20:44:55 2007
+++ llvm-www/llvm.css	Tue Apr  3 19:55:31 2007
@@ -95,7 +95,7 @@
 .www TH        { border: 2px solid gray; font-weight: bold; font-size: 105%; 
                  color: black; background: url("img/lines.gif");
                  font-family: "Georgia,Palatino,Times,Roman,SanSerif"; 
-                 text-align: left; vertical-align: middle; }
+                 text-align: center; vertical-align: middle; }
 TABLE.www      { text-align: left; 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