[cfe-dev] clang website error clang.llvm.org

Vassil Vassilev vvasilev at cern.ch
Mon Mar 9 02:06:48 PDT 2015


On 23/02/15 16:49, Jonathan Grant wrote:
>
> *From:*Vassil Vassilev [mailto:vvasilev at cern.ch]
>
> On 13/02/15 20:54, Reid Kleckner wrote:
>
>             On Feb 13, 2015, at 6:57 AM, Jonathan Grant
>             <JONATHAN.GRANT at renesas.com
>             <mailto:JONATHAN.GRANT at renesas.com>> wrote:
>
>             Did you know the website doesn’t fit on screen with
>             Chrome? I had to zoom the page out. This is because there
>             seems to be a kind of “frame set” which prevents the menu
>             on the left from scrolling up. Can you fix it?
>
>     I see what you mean. The left hand menu is fixed, and cannot be
>     scrolled if it flows off the screen. This probably isn't Chrome
>     specific.
>
> I submitted a patch making the menu not fixed in 2011 but it 
> apparently was not checked in. The thread is/was "[cfe-commits] 
> Website menu".
> Vassil
>
> Hello Vassil
>
> Perhaps you could re-commit. I see the site has same navigation 
> problem today.
>
I don't have commit access but I am reattaching the fix again. I hope 
somebody commits it.
Vassil
>
> Regards, Jon
>
>   
>
>
>
> Renesas Electronics Europe Ltd, Dukes Meadow, Millboard Road, Bourne 
> End, Buckinghamshire, SL8 5FH, UK. Registered in England & Wales under 
> Registered No. 04586709.
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20150309/97181747/attachment.html>
-------------- next part --------------
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 ***** */


More information about the cfe-dev mailing list