Author: kremenek
Date: Tue Feb  9 17:09:48 2010
New Revision: 95716

URL: http://llvm.org/viewvc/llvm-project?rev=95716&view=rev
Log:
Invert css inclusion order.

Modified:
    cfe/trunk/www/analyzer/index.html
    cfe/trunk/www/analyzer/scan-build.html

Modified: cfe/trunk/www/analyzer/index.html
URL: 
http://llvm.org/viewvc/llvm-project/cfe/trunk/www/analyzer/index.html?rev=95716&r1=95715&r2=95716&view=diff

==============================================================================
--- cfe/trunk/www/analyzer/index.html (original)
+++ cfe/trunk/www/analyzer/index.html Tue Feb  9 17:09:48 2010
@@ -11,7 +11,6 @@
 
 <div id="page">
 <!--#include virtual="menu.html.incl"-->
-
 <div id="content">
 
 <h1>Clang Static Analyzer</h1>  

Modified: cfe/trunk/www/analyzer/scan-build.html
URL: 
http://llvm.org/viewvc/llvm-project/cfe/trunk/www/analyzer/scan-build.html?rev=95716&r1=95715&r2=95716&view=diff

==============================================================================
--- cfe/trunk/www/analyzer/scan-build.html (original)
+++ cfe/trunk/www/analyzer/scan-build.html Tue Feb  9 17:09:48 2010
@@ -3,8 +3,8 @@
 <html>
 <head>
   <title>Running the Analyzer</title>
-  <link type="text/css" rel="stylesheet" href="menu.css" />
   <link type="text/css" rel="stylesheet" href="content.css" />
+  <link type="text/css" rel="stylesheet" href="menu.css" />
   <link type="text/javascript" rel="javascript" href="menu.js"/>
   <style>  
     thead {


_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to