www: Make sure the main content pane does not overlap with the menu

llvm-svn: 225391
This commit is contained in:
Tobias Grosser 2015-01-07 21:21:55 +00:00
parent f7273badba
commit 1016991083
1 changed files with 2 additions and 2 deletions

View 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;
}