]> granicus.if.org Git - clang/commitdiff
CSS tweaks with the menu to help resolve some menu/content overlap issues.
authorTed Kremenek <kremenek@apple.com>
Fri, 13 Jun 2008 21:06:53 +0000 (21:06 +0000)
committerTed Kremenek <kremenek@apple.com>
Fri, 13 Jun 2008 21:06:53 +0000 (21:06 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@52255 91177308-0d34-0410-b5e6-96231b3b80d8

www/content.css
www/menu.css

index 1dac1d5159a15fa215d0a6f1532e66e2d149b1ce..fda6ff1b4d703f6790a5ea69077c14278d70fa1e 100644 (file)
@@ -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; }
index d8c195b73962528f71266dd322eb05663fe8970a..ba1a6d3a5c62576cec561c4752d14953e459e5c0 100644 (file)
@@ -4,11 +4,13 @@
 \r
 [id=menu] {\r
        position:fixed;\r
+       width:25ex;\r
 }\r
 [id=content] {\r
        /* *****  EDIT THIS VALUE IF CONTENT OVERLAPS MENU ***** */\r
-       padding-left:25ex;\r
-       padding-right:5ex;\r
+       position:absolute;\r
+  left:29ex;\r
+       padding-right:4ex;\r
 }\r
 \r
 /**************/\r