www: Make sure the main content pane does not overlap with the menu
authorTobias Grosser <tobias@grosser.es>
Wed, 7 Jan 2015 21:21:55 +0000 (21:21 +0000)
committerTobias Grosser <tobias@grosser.es>
Wed, 7 Jan 2015 21:21:55 +0000 (21:21 +0000)
llvm-svn: 225391

polly/www/content.css

index b7e8f2e..549b2a9 100644 (file)
@@ -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;
 }