[llvm-commits] CVS: llvm-www/llvm.css
Misha Brukman
brukman at cs.uiuc.edu
Wed Sep 8 12:08:45 PDT 2004
Changes in directory llvm-www:
llvm.css updated: 1.15 -> 1.16
---
Log message:
Add no-border image links and address style on the bottom of pages from docs.
---
Diffs of the changes: (+6 -0)
Index: llvm-www/llvm.css
diff -u llvm-www/llvm.css:1.15 llvm-www/llvm.css:1.16
--- llvm-www/llvm.css:1.15 Tue Sep 7 19:04:53 2004
+++ llvm-www/llvm.css Wed Sep 8 14:08:34 2004
@@ -2,6 +2,12 @@
* LLVM website style sheet
*/
+/* No borders on image links */
+a:link img, a:visited img { border-style: none }
+
+address img { float: right; width: 88px; height: 31px; }
+address { clear: right; }
+
/* Main website */
.www_title { font-family: "Georgia,Palatino,Times,Roman";
font-size: 33pt;
More information about the llvm-commits
mailing list