From 10169910836706b9f3a31d79469a7ccede5be79f Mon Sep 17 00:00:00 2001 From: Tobias Grosser Date: Wed, 7 Jan 2015 21:21:55 +0000 Subject: [PATCH] www: Make sure the main content pane does not overlap with the menu llvm-svn: 225391 --- polly/www/content.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/polly/www/content.css b/polly/www/content.css index b7e8f2e..549b2a9 100644 --- a/polly/www/content.css +++ b/polly/www/content.css @@ -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; } -- 2.7.4