From 810e28891457af6e365b839ac584d77277b2e3fa Mon Sep 17 00:00:00 2001 From: Scott Main Date: Wed, 27 Jun 2012 02:08:20 -0700 Subject: [PATCH] docs: fix overlapping sidebar bug, but I think this re-introduces a bug in IE where the sidenav position moves slightly left/right during scroll, but it's a worthwhile compromise and will investigate a diff solution for that later. Change-Id: Id1f2141b6638e199d1a4ad1d198a5a5aa45bf264 --- tools/droiddoc/templates-sdk/assets/css/fullscreen.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/droiddoc/templates-sdk/assets/css/fullscreen.css b/tools/droiddoc/templates-sdk/assets/css/fullscreen.css index 248409f376..75039240af 100644 --- a/tools/droiddoc/templates-sdk/assets/css/fullscreen.css +++ b/tools/droiddoc/templates-sdk/assets/css/fullscreen.css @@ -179,7 +179,7 @@ body { #devdoc-nav.fixed, #devdoc-nav.fixed a.totop { - left:20px !important; + left:20px; /* !important ... for IE i think */ }