Skip to content

Commit

Permalink
WWW: Force word wrapping of the content to avoid horizontal scrolling.
Browse files Browse the repository at this point in the history
This isn't perfect but avoids overlap of the menu and the content.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@162903 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
d0k committed Aug 30, 2012
1 parent 318cc3c commit 6f79420
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions www/menu.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
}
[id=content] {
/* ***** EDIT THIS VALUE IF CONTENT OVERLAPS MENU ***** */
position:absolute;
left:29ex;
margin-left:29ex;
padding-right:4ex;
word-wrap: break-word;
}

/**************/
Expand Down

0 comments on commit 6f79420

Please sign in to comment.