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

Misha Brukman brukman at cs.uiuc.edu
Fri Nov 21 19:25:01 PST 2003


Changes in directory llvm/docs:

llvm.css updated: 1.8 -> 1.9

---
Log message:

Styles for the page footer to align images properly.


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

Index: llvm/docs/llvm.css
diff -u llvm/docs/llvm.css:1.8 llvm/docs/llvm.css:1.9
--- llvm/docs/llvm.css:1.8	Fri Nov 21 18:59:08 2003
+++ llvm/docs/llvm.css	Fri Nov 21 19:23:53 2003
@@ -8,6 +8,9 @@
 /* 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; }
+
 /* 
  * Documentation 
  */





More information about the llvm-commits mailing list