[cfe-commits] r95612 - /cfe/trunk/www/analyzer/menu.css

Ted Kremenek kremenek at apple.com
Mon Feb 8 15:54:46 PST 2010


Author: kremenek
Date: Mon Feb  8 17:54:46 2010
New Revision: 95612

URL: http://llvm.org/viewvc/llvm-project?rev=95612&view=rev
Log:
Increase width of nav bar.

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

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

==============================================================================
--- cfe/trunk/www/analyzer/menu.css (original)
+++ cfe/trunk/www/analyzer/menu.css Mon Feb  8 17:54:46 2010
@@ -5,6 +5,7 @@
 #nav {
   font-weight: bold;
   color: #2d58b7;
+  width:100%;
 }
 #nav a {
   text-decoration: none;





More information about the cfe-commits mailing list