From: Misha Brukman Date: Sat, 22 Nov 2003 01:23:53 +0000 (+0000) Subject: Styles for the page footer to align images properly. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=3f1b24c7472d102f2afc14cea45282e7c46ea25a;p=oota-llvm.git Styles for the page footer to align images properly. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10155 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/llvm.css b/docs/llvm.css index f764c9d99b9..ccfd1fc17f8 100644 --- a/docs/llvm.css +++ b/docs/llvm.css @@ -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 */