[cfe-commits] r162903 - /cfe/trunk/www/menu.css

Benjamin Kramer benny.kra at googlemail.com
Thu Aug 30 06:12:02 PDT 2012


Author: d0k
Date: Thu Aug 30 08:12:02 2012
New Revision: 162903

URL: http://llvm.org/viewvc/llvm-project?rev=162903&view=rev
Log:
WWW: Force word wrapping of the content to avoid horizontal scrolling.

This isn't perfect but avoids overlap of the menu and the content.

Modified:
    cfe/trunk/www/menu.css

Modified: cfe/trunk/www/menu.css
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/www/menu.css?rev=162903&r1=162902&r2=162903&view=diff
==============================================================================
--- cfe/trunk/www/menu.css (original)
+++ cfe/trunk/www/menu.css Thu Aug 30 08:12:02 2012
@@ -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;
 }
 
 /**************/





More information about the cfe-commits mailing list