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

Chris Lattner lattner at cs.uiuc.edu
Mon Mar 29 13:34:55 PST 2004


Changes in directory llvm-www:

llvm.css updated: 1.7 -> 1.8

---
Log message:

Make the bars on the releases and download.html page look and work better with font scaling


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

Index: llvm-www/llvm.css
diff -u llvm-www/llvm.css:1.7 llvm-www/llvm.css:1.8
--- llvm-www/llvm.css:1.7	Tue Nov 18 17:03:14 2003
+++ llvm-www/llvm.css	Mon Mar 29 10:15:15 2004
@@ -54,10 +54,13 @@
 
 
 .rel_section { vertical-align: middle;
+               border-width: 1px;
+               border-style: solid none solid none;
+               text-align: center;
+               vertical-align: middle;
                font-family: "Georgia,Palatino,Times,Roman";
                font-weight: bold; font-size: 18pt;
-               height: 34px;
-               background: url("img/sidebars.gif");
+               background: url("img/lines.gif");
                margin: 1em 0.5em 1em 0.5em;
                padding-left: 1em;
                width: 300px }





More information about the llvm-commits mailing list