[cfe-commits] r95718 - /cfe/trunk/www/analyzer/menu.css
Ted Kremenek
kremenek at apple.com
Tue Feb 9 15:16:24 PST 2010
Author: kremenek
Date: Tue Feb 9 17:16:24 2010
New Revision: 95718
URL: http://llvm.org/viewvc/llvm-project?rev=95718&view=rev
Log:
Change text alignment in menus.
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=95718&r1=95717&r2=95718&view=diff
==============================================================================
--- cfe/trunk/www/analyzer/menu.css (original)
+++ cfe/trunk/www/analyzer/menu.css Tue Feb 9 17:16:24 2010
@@ -22,7 +22,7 @@
.menubar li {
margin: 0;
padding: 5px;
- text-align: center;
+ text-align: left;
text-indent: 0px;
list-style-position: inside;
list-style:none;
More information about the cfe-commits
mailing list