[polly] r225391 - www: Make sure the main content pane does not overlap with the menu

Tobias Grosser tobias at grosser.es
Wed Jan 7 13:21:56 PST 2015


Author: grosser
Date: Wed Jan  7 15:21:55 2015
New Revision: 225391

URL: http://llvm.org/viewvc/llvm-project?rev=225391&view=rev
Log:
www: Make sure the main content pane does not overlap with the menu

Modified:
    polly/trunk/www/content.css

Modified: polly/trunk/www/content.css
URL: http://llvm.org/viewvc/llvm-project/polly/trunk/www/content.css?rev=225391&r1=225390&r2=225391&view=diff
==============================================================================
--- polly/trunk/www/content.css (original)
+++ polly/trunk/www/content.css Wed Jan  7 15:21:55 2015
@@ -8,11 +8,11 @@ html, body {
 #box {
   margin-left: auto;
   margin-right: auto;
-  max-width: 70em;
+  max-width: 67em;
 }
 [id=content] {
 	/* *****  EDIT THIS VALUE IF CONTENT OVERLAPS MENU ***** */
-        margin-left: 18em;
+        margin-left: 21em;
 	padding-left: 3em;
 }
 





More information about the llvm-commits mailing list