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

Reid Spencer reid at x10sys.com
Mon Nov 1 01:27:08 PST 2004



Changes in directory llvm/docs:

llvm.css updated: 1.24 -> 1.25
---
Log message:

Attempt CSS 2 compliance.


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

Index: llvm/docs/llvm.css
diff -u llvm/docs/llvm.css:1.24 llvm/docs/llvm.css:1.25
--- llvm/docs/llvm.css:1.24	Mon Nov  1 03:25:03 2004
+++ llvm/docs/llvm.css	Mon Nov  1 03:26:57 2004
@@ -25,7 +25,7 @@
 /* Common for title and header */
 .doc_title, .doc_section, .doc_subsection { 
   color: black; background: url("img/lines.gif");
-  font-family: "Georgia,Palatino,Times,Roman"; font-weight: bold;
+  font-family: "Georgia,Palatino,Times,Roman,SanSerif"; font-weight: bold;
   border-width: 1px;
   border-style: solid none solid none;
   text-align: center;
@@ -76,7 +76,7 @@
                   vertical-align: top;}
 TD.right        { border: none; padding: 4pt 4pt 2pt 2pt; text-align: right; 
                   vertical-align: top;}
-TH.layout       { border: none font-weight: bold; font-size: 105%; 
+TH.layout       { border: none; font-weight: bold; font-size: 105%; 
                   text-align:center; vertical-align: middle; }
 
 /* Left align table cell */






More information about the llvm-commits mailing list