[cfe-commits] r95576 - in /cfe/trunk/www/analyzer: menu.css menu.html.incl

Ted Kremenek kremenek at apple.com
Mon Feb 8 13:39:54 PST 2010


Author: kremenek
Date: Mon Feb  8 15:39:53 2010
New Revision: 95576

URL: http://llvm.org/viewvc/llvm-project?rev=95576&view=rev
Log:
Remove link to Developer Meeting and tighten menu.

Modified:
    cfe/trunk/www/analyzer/menu.css
    cfe/trunk/www/analyzer/menu.html.incl

Modified: cfe/trunk/www/analyzer/menu.css
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/www/analyzer/menu.css?rev=95576&r1=95575&r2=95576&view=diff

==============================================================================
--- cfe/trunk/www/analyzer/menu.css (original)
+++ cfe/trunk/www/analyzer/menu.css Mon Feb  8 15:39:53 2010
@@ -4,12 +4,12 @@
 
 [id=menu] {
 	position:fixed;
-	width:35ex;
+	width:30ex;
 }
 [id=content] {
 	/* *****  EDIT THIS VALUE IF CONTENT OVERLAPS MENU ***** */
 	position:absolute;
-  left:39ex;
+  left:35ex;
 	padding-right:4ex;
 }
 

Modified: cfe/trunk/www/analyzer/menu.html.incl
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/www/analyzer/menu.html.incl?rev=95576&r1=95575&r2=95576&view=diff

==============================================================================
--- cfe/trunk/www/analyzer/menu.html.incl (original)
+++ cfe/trunk/www/analyzer/menu.html.incl Mon Feb  8 15:39:53 2010
@@ -5,11 +5,6 @@
   </div>
 
   <div class="submenu">
-   <label>Events</label>
-   <a href="http://llvm.org/devmtg/2009-10">October 2, 2009 - LLVM/Clang Developers' Meeting</a>
-  </div>
-
-  <div class="submenu">
     <label>Quick Links</label>
     <a href="/index.html">About the Analyzer</a>
     <a href="/filing_bugs.html">Filing Bugs</a>    
@@ -36,5 +31,4 @@
     <a href="http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits">cfe-commits</a>
   </div>
   
-  <center><a href="http://llvm.org"><img src="http://llvm.org/img/LLVM-Logo-Derivative-3.png" style="margin-top:10px"></a></center>
 </div>





More information about the cfe-commits mailing list