[llvm-commits] CVS: llvm-www/llvm.css
Misha Brukman
brukman at cs.uiuc.edu
Mon Sep 6 21:52:01 PDT 2004
Changes in directory llvm-www:
llvm.css updated: 1.9 -> 1.10
---
Log message:
Our website tables don't need borders.
---
Diffs of the changes: (+3 -0)
Index: llvm-www/llvm.css
diff -u llvm-www/llvm.css:1.9 llvm-www/llvm.css:1.10
--- llvm-www/llvm.css:1.9 Mon Jun 21 13:13:56 2004
+++ llvm-www/llvm.css Mon Sep 6 23:51:49 2004
@@ -11,6 +11,9 @@
@import url("docs/llvm.css");
+/* We don't need borders on website tables */
+table, tr, th, td { border: none }
+
/* Main website */
.www_title { font-family: "Georgia,Palatino,Times,Roman";
font-size: 33pt;
More information about the llvm-commits
mailing list