[cfe-commits] r95725 - /cfe/trunk/www/analyzer/content.css
Ted Kremenek
kremenek at apple.com
Tue Feb 9 15:40:11 PST 2010
Author: kremenek
Date: Tue Feb 9 17:40:10 2010
New Revision: 95725
URL: http://llvm.org/viewvc/llvm-project?rev=95725&view=rev
Log:
Increase page width for more modern displays.
Modified:
cfe/trunk/www/analyzer/content.css
Modified: cfe/trunk/www/analyzer/content.css
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/www/analyzer/content.css?rev=95725&r1=95724&r2=95725&view=diff
==============================================================================
--- cfe/trunk/www/analyzer/content.css (original)
+++ cfe/trunk/www/analyzer/content.css Tue Feb 9 17:40:10 2010
@@ -30,7 +30,7 @@
margin-right: auto
}
-#page { width:820px; text-align: left; margin: 0 auto; padding:0;
+#page { width:930px; text-align: left; margin: 0 auto; padding:0;
background-color: white; height:100%;
border-left: 1px solid #EBF0FA;
}
More information about the cfe-commits
mailing list