OSDN Git Service

fix broken download buttons, make a[name] offset apply only to reference docs
authorsmain@google.com <smain@google.com>
Fri, 17 Oct 2014 16:56:10 +0000 (09:56 -0700)
committersmain@google.com <smain@google.com>
Fri, 17 Oct 2014 16:56:10 +0000 (09:56 -0700)
Change-Id: I44421d90c335e0fcb4b35d8f568f9775a84b41ea

tools/droiddoc/templates-sdk/assets/css/default.css

index 622bb89..96259a7 100644 (file)
@@ -4207,7 +4207,7 @@ EndColorStr='#ececec');
 }
 
 /* offset the <a name=""> tags to account for sticky nav */
-a[name] {
+body.reference a[name] {
   visibility: hidden;
   display: block;
   position: relative;