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

Commit a8c8dadd authored by Przemyslaw Szczepaniak's avatar Przemyslaw Szczepaniak Committed by Gerrit Code Review
Browse files

Merge "Fix for non-empty a[name] tags in openJdk based javadocs."

parents e0f42b41 4bce2866
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;
+1 −1
Original line number Diff line number Diff line
@@ -3209,7 +3209,7 @@ table.jd-tagtable th {
}

/* 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;
+6 −6
Original line number Diff line number Diff line
@@ -3822,8 +3822,8 @@ td.gsc-search-button {
  display: none;
}

/* offset the <a name=""> tags to account for sticky nav */
body.reference a[name] {
/* offset the empty <a name=""> tags to account for sticky nav */
body.reference a[name]:empty {
  visibility: hidden;
  display: block;
  position: relative;
+2 −3
Original line number Diff line number Diff line
@@ -3822,15 +3822,14 @@ td.gsc-search-button {
  display: none;
}

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


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