diff options
author | Misha Brukman <brukman+llvm@gmail.com> | 2003-11-22 01:23:39 +0000 |
---|---|---|
committer | Misha Brukman <brukman+llvm@gmail.com> | 2003-11-22 01:23:39 +0000 |
commit | 2061e89a3808086423f9fe8e9b99ad8a5b3b0ff9 (patch) | |
tree | 6d7266d687613be3548df9d70ddaa6e354a63f60 | |
parent | 9f9d00a13ceebdb5383667628ef39917aab81f2d (diff) |
Put the W3C graphics on the right side of the page.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10154 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | docs/ReleaseNotes.html | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index b724c33427..b15170571d 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -582,14 +582,15 @@ us via the mailing lists.</p> <!-- *********************************************************************** --> <hr> -<div class="doc_footer"> - <a href="http://validator.w3.org/check/referer"><img width="88" height="31" - src="http://www.w3.org/Icons/valid-html401" alt="Valid HTML 4.01!"></a> - <a href="http://jigsaw.w3.org/css-validator/"><img width="88" height="31" - src="http://jigsaw.w3.org/css-validator/images/vcss" alt="Valid CSS!"></a><br> +<address> + <a href="http://jigsaw.w3.org/css-validator/"><img + src="http://jigsaw.w3.org/css-validator/images/vcss" alt="Valid CSS!"></a> + <a href="http://validator.w3.org/check/referer"><img + src="http://www.w3.org/Icons/valid-html401" alt="Valid HTML 4.01!" /></a> + <a href="http://llvm.cs.uiuc.edu">The LLVM Compiler Infrastructure</a><br> Last modified: $Date$ -</div> +</address> </body> </html> |