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

Commit 420ba30a 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

am: 6169f2b0

Change-Id: I328b66a8a08126baeaa38a66d888dcf0521c6976
parents a57fa8b2 6169f2b0
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;