Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6169f2b0 authored by Przemyslaw Szczepaniak's avatar Przemyslaw Szczepaniak Committed by android-build-merger
Browse files

Fix for non-empty a[name] tags in openJdk based javadocs. am: a7edd92c

am: ea14cfba

Change-Id: Ida650d1d4f8afc8eb05c1df4109fcb4f0ca5dbb1
parents 4f406039 ea14cfba
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -4217,7 +4217,7 @@ EndColorStr='#ececec');
}

/* offset the <a name=""> tags to account for sticky nav */
body.reference a[name] {
body.reference a[name]:empty {
  visibility: hidden;
  display: block;
  position: relative;
+2 −4
Original line number Diff line number Diff line
@@ -3322,20 +3322,18 @@ table.jd-tagtable th {
  display: none;
}

/* offset the <a name=""> tags to account for sticky nav */
body.reference a[name]:not(.nav-start-marker) {
/* offset the empty <a name=""> tags to account for sticky nav */
body.reference a[name]:not(.nav-start-marker):empty {
  visibility: hidden;
  display: block;
  position: relative;
  top: -56px;

}

.nav-start-marker {
  position: absolute;
}


/* Quicknav */
.btn-quicknav {
  width:20px;