diff options
-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 */ |