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

Ted Kremenek kremenek at apple.com
Tue Feb 9 15:21:00 PST 2010


Author: kremenek
Date: Tue Feb  9 17:21:00 2010
New Revision: 95721

URL: http://llvm.org/viewvc/llvm-project?rev=95721&view=rev
Log:
More menu tweaking.

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

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

==============================================================================
--- cfe/trunk/www/analyzer/content.css (original)
+++ cfe/trunk/www/analyzer/content.css Tue Feb  9 17:21:00 2010
@@ -39,7 +39,6 @@
   clear: left;
   padding: 1em 2em 0 2em;
   background-color: #ffffff;
-  height: 100%;
 }
 
 .itemTitle { color:#2d58b7 }

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

==============================================================================
--- cfe/trunk/www/analyzer/menu.html.incl (original)
+++ cfe/trunk/www/analyzer/menu.html.incl Tue Feb  9 17:21:00 2010
@@ -1,7 +1,7 @@
 <table width="100%" id="nav" cellspacing=0 cellpadding=0>
 <tr><td>
 <ul style="margin:0; padding:0" class="menubar">
-<li>
+<li style="padding-left:10px">
   <a href="/index.html">About</a>
   <ul class="menubar">
     <li><a href="/index.html">About the Analyzer</a></li>





More information about the cfe-commits mailing list