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

Chris Lattner lattner at cs.uiuc.edu
Tue Nov 18 17:04:02 PST 2003


Changes in directory llvm-www:

llvm.css updated: 1.6 -> 1.7

---
Log message:

Add some new stuff.  Squish the title a bit



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

Index: llvm-www/llvm.css
diff -u llvm-www/llvm.css:1.6 llvm-www/llvm.css:1.7
--- llvm-www/llvm.css:1.6	Tue Oct 28 13:04:39 2003
+++ llvm-www/llvm.css	Tue Nov 18 17:03:14 2003
@@ -14,8 +14,28 @@
 /* Main website */
 .www_title  { font-family: "Georgia,Palatino,Times,Roman";
               font-size: 33pt; 
-              text-align: center;
-              margin-top: 0.5em; margin-bottom: 0.3em; }
+              text-align: center;}
+
+.www_sidebar  { text-align: center; 
+               font-family: "Georgia,Palatino,Times,Roman";
+               font-size: 12pt;
+               margin-left: 0em; margin-right: 0em;
+               padding: 0.15em 0.15em 0.15em .15em; 
+               width: 100%;
+               background: url("img/lines.gif");
+               border: 2px solid #cccccc }
+
+.www_sectiontitle {
+               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;
+               background: url("img/lines.gif");
+               padding: 0.1em 0.1em 0.1em .1em; 
+               width: 100%;
+               margin-bottom: 0.3em; }
 
 /* Publications */
 .pub_title  { font-family: "Georgia,Palatino,Times,Roman";





More information about the llvm-commits mailing list