[llvm-commits] CVS: llvm-www/llvm.css
Misha Brukman
brukman at cs.uiuc.edu
Tue Oct 28 13:05:01 PST 2003
Changes in directory llvm-www:
llvm.css updated: 1.5 -> 1.6
---
Log message:
* Simplify comment.
* Add style for non-documentation page titles
---
Diffs of the changes: (+7 -3)
Index: llvm-www/llvm.css
diff -u llvm-www/llvm.css:1.5 llvm-www/llvm.css:1.6
--- llvm-www/llvm.css:1.5 Tue Oct 28 12:54:37 2003
+++ llvm-www/llvm.css Tue Oct 28 13:04:39 2003
@@ -11,15 +11,19 @@
@import url("docs/llvm.css");
+/* Main website */
+.www_title { font-family: "Georgia,Palatino,Times,Roman";
+ font-size: 33pt;
+ text-align: center;
+ margin-top: 0.5em; margin-bottom: 0.3em; }
+
/* Publications */
.pub_title { font-family: "Georgia,Palatino,Times,Roman";
font-size: 24pt;
text-align: center }
.pub_author { font-size: 14pt; text-align: center }
-/* Releases - the release pages do not go into the docs/ directory and hence are
- * not distributed. We shall keep those styles here.
- */
+/* Releases */
.rel_container { text-align: center;
margin-left: 20% }
More information about the llvm-commits
mailing list