Make the page footer consistent with the rest of the site.
authorMisha Brukman <brukman+llvm@gmail.com>
Fri, 7 Nov 2003 18:11:14 +0000 (18:11 +0000)
committerMisha Brukman <brukman+llvm@gmail.com>
Fri, 7 Nov 2003 18:11:14 +0000 (18:11 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9779 91177308-0d34-0410-b5e6-96231b3b80d8

docs/CommandLine.html

index d58bba93373ac9d54bee28a1eeb39b8a6dc557b0..92821090b433d0830aa128fa72aff9b8bdbee1bf 100644 (file)
@@ -2,8 +2,8 @@
                       "http://www.w3.org/TR/html4/strict.dtd">
 <html>
 <head>
-  <link rel="stylesheet" href="llvm.css" type="text/css">
   <title>CommandLine 2.0 Library Manual</title>
+  <link rel="stylesheet" href="llvm.css" type="text/css">
 </head>
 <body>
 
@@ -1689,10 +1689,10 @@ tutorial.</p>
 
 <hr>
 <div class="doc_footer">
-<address><a href="mailto:sabre@nondot.org">Chris Lattner</a></address>
-<a href="http://llvm.cs.uiuc.edu">The LLVM Compiler Infrastructure</a>
-<br>
-Last modified: $Date$
+  <address><a href="mailto:sabre@nondot.org">Chris Lattner</a></address>
+  <a href="http://llvm.cs.uiuc.edu">The LLVM Compiler Infrastructure</a>
+  <br>
+  Last modified: $Date$
 </div>
 
 </body>