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

Misha Brukman brukman at cs.uiuc.edu
Fri Oct 24 17:44:02 PDT 2003


Changes in directory llvm-www:

llvm.css updated: 1.2 -> 1.3

---
Log message:

The styles for the release pages.


---
Diffs of the changes:  (+34 -0)

Index: llvm-www/llvm.css
diff -u llvm-www/llvm.css:1.2 llvm-www/llvm.css:1.3
--- llvm-www/llvm.css:1.2	Wed Oct 22 18:24:28 2003
+++ llvm-www/llvm.css	Fri Oct 24 17:42:57 2003
@@ -10,3 +10,37 @@
  */
 
 @import url("docs/llvm.css");
+
+/* Releases - the release pages do not go into the docs/ directory and hence are
+ * not distributed. We shall keep those styles here. 
+ */
+.rel_container { text-align: center;
+                 margin-left: 20% }
+
+.rel_title   { text-align: center;
+               font-family: "Georgia,Palatino,Times,Roman";
+               font-weight: bold; font-size: 28pt;
+               margin-bottom: 0.5em }
+
+
+.rel_section { vertical-align: middle;
+               font-family: "Georgia,Palatino,Times,Roman";
+               font-weight: bold; font-size: 18pt;
+               height: 34px;
+               background: url("img/sidebars.gif");
+               margin: 1em 0.5em 1em 0.5em;
+               padding-left: 1em;
+               width: 300px }
+
+.rel_sectiontxt { padding: 0 1em 0 1em; 
+                  margin: 1em 0.5em 1em 0.5em }
+
+.rel_intro,
+.rel_boxtext { text-align: justify; 
+               font-family: "Georgia,Palatino,Times,Roman";
+               font-size: 11pt;
+               padding: 0.5em 0.5em 0.5em 1.5em; 
+               margin-left: 2em; margin-right: 3em;
+               width: 60%;
+               background: #f7f7f7;
+               border: 2px solid #cccccc }





More information about the llvm-commits mailing list