From: Ted Kremenek Date: Tue, 9 Feb 2010 23:40:10 +0000 (+0000) Subject: Increase page width for more modern displays. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4bf24059e7ee1a37015d6a8a8325abec7b8b61d9;p=clang Increase page width for more modern displays. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@95725 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/www/analyzer/content.css b/www/analyzer/content.css index 0567467b99..cced91621a 100644 --- a/www/analyzer/content.css +++ b/www/analyzer/content.css @@ -30,7 +30,7 @@ IMG.img_slide { 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; }