[llvm-commits] CVS: llvm-www/llvm.css
Misha Brukman
brukman at cs.uiuc.edu
Tue Oct 21 17:31:02 PDT 2003
Changes in directory llvm-www:
llvm.css added (r1.1)
---
Log message:
It's about time we use stylesheets, I hate duplicated formatting HTML code.
---
Diffs of the changes: (+10 -0)
Index: llvm-www/llvm.css
diff -c /dev/null llvm-www/llvm.css:1.1
*** /dev/null Tue Oct 21 17:30:10 2003
--- llvm-www/llvm.css Tue Oct 21 17:30:00 2003
***************
*** 0 ****
--- 1,10 ----
+ /*
+ * LLVM website style sheet
+ */
+
+ .body { text: black; background: white }
+
+ /* Publications */
+ .pub_title { font-family: "Georgia,Palatino,Times,Roman"; font-size: 24pt;
+ text-align: center }
+ .pub_author { font-size: 14pt; text-align: center }
More information about the llvm-commits
mailing list