diff options
author | Misha Brukman <brukman+llvm@gmail.com> | 2003-11-22 01:23:53 +0000 |
---|---|---|
committer | Misha Brukman <brukman+llvm@gmail.com> | 2003-11-22 01:23:53 +0000 |
commit | 3f1b24c7472d102f2afc14cea45282e7c46ea25a (patch) | |
tree | eb006c27460b068713b746980a7b51b61a937a61 | |
parent | 2061e89a3808086423f9fe8e9b99ad8a5b3b0ff9 (diff) |
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
-rw-r--r-- | docs/llvm.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/llvm.css b/docs/llvm.css index f764c9d99b..ccfd1fc17f 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 */ |