WWW: Force word wrapping of the content to avoid horizontal scrolling.

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
diff --git a/www/menu.css b/www/menu.css
index 4a887b1..bece0ad 100644
--- a/www/menu.css
+++ b/www/menu.css
@@ -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;
 }
 
 /**************/