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

Misha Brukman brukman at cs.uiuc.edu
Mon Sep 6 21:57:07 PDT 2004



Changes in directory llvm-www:

llvm.css updated: 1.11 -> 1.12
---
Log message:

Reset table margin properties to be the default for the website.


---
Diffs of the changes:  (+9 -2)

Index: llvm-www/llvm.css
diff -u llvm-www/llvm.css:1.11 llvm-www/llvm.css:1.12
--- llvm-www/llvm.css:1.11	Mon Sep  6 23:54:20 2004
+++ llvm-www/llvm.css	Mon Sep  6 23:56:57 2004
@@ -11,8 +11,15 @@
 
 @import url("docs/llvm.css");
 
-/* We don't need borders on website tables */
-table, tr, th, td { border: none; text-align: left }
+/* Reset table properties to default for the website */
+table { text-align: left; border-collapse: default; margin: default }
+table, tr, th, td { border: none }
+
+TR, TD      { border: 2px solid gray; padding: 4pt 4pt 2pt 2pt; }
+TH          { border: 2px solid gray; font-weight: bold; font-size: 105%; }
+TABLE       { text-align: center; border: 2px solid black; 
+              border-collapse: collapse; margin-top: 1em; margin-left: 1em; 
+              margin-right: 1em; margin-bottom: 1em; }
 
 /* Main website */
 .www_title  { font-family: "Georgia,Palatino,Times,Roman";






More information about the llvm-commits mailing list