Hi,
Is the website menu position intentionally fixed. My screen is not big enough and I don't see section "The Code", "Quick Links" and "Clang Events". If it is not intentional the attached patch should fix it.
Cheers,
Vassil
Index: tools/clang/www/menu.css
===================================================================
--- tools/clang/www/menu.css	(revision 140688)
+++ tools/clang/www/menu.css	(working copy)
@@ -3,8 +3,8 @@
 /***************/
 
 [id=menu] {
-	position:fixed;
 	width:25ex;
+        float:left;
 }
 [id=content] {
 	/* *****  EDIT THIS VALUE IF CONTENT OVERLAPS MENU ***** */
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to