From: Ted Kremenek Date: Fri, 13 Jun 2008 21:06:53 +0000 (+0000) Subject: CSS tweaks with the menu to help resolve some menu/content overlap issues. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b56c8825834d6bd53e89c8bdf5f3fe9873da8732;p=clang CSS tweaks with the menu to help resolve some menu/content overlap issues. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@52255 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/www/content.css b/www/content.css index 1dac1d5159..fda6ff1b4d 100644 --- a/www/content.css +++ b/www/content.css @@ -1,6 +1,6 @@ html, body { padding:0px; - font: 12px/18px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif; background-color: #fff; color: #222; + font: 12px/18px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, Helvetica, sans-serif; background-color: #fff; color: #222; } h1, h2, h3, tt { color: #000; } diff --git a/www/menu.css b/www/menu.css index d8c195b739..ba1a6d3a5c 100644 --- a/www/menu.css +++ b/www/menu.css @@ -4,11 +4,13 @@ [id=menu] { position:fixed; + width:25ex; } [id=content] { /* ***** EDIT THIS VALUE IF CONTENT OVERLAPS MENU ***** */ - padding-left:25ex; - padding-right:5ex; + position:absolute; + left:29ex; + padding-right:4ex; } /**************/