r231637 - Fix a menu issue. patch by Vassil Vassilev

Sylvestre Ledru sylvestre at debian.org
Mon Mar 9 02:09:56 PDT 2015


Author: sylvestre
Date: Mon Mar  9 04:09:55 2015
New Revision: 231637

URL: http://llvm.org/viewvc/llvm-project?rev=231637&view=rev
Log:
Fix a menu issue. patch by Vassil Vassilev

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=231637&r1=231636&r2=231637&view=diff
==============================================================================
--- cfe/trunk/www/menu.css (original)
+++ cfe/trunk/www/menu.css Mon Mar  9 04:09:55 2015
@@ -3,8 +3,8 @@
 /***************/
 
 [id=menu] {
-	position:fixed;
 	width:25ex;
+	float:left;
 }
 [id=content] {
 	/* *****  EDIT THIS VALUE IF CONTENT OVERLAPS MENU ***** */





More information about the cfe-commits mailing list