Merge "Fix for non-empty a[name] tags in openJdk based javadocs."
This commit is contained in:
@@ -4217,7 +4217,7 @@ EndColorStr='#ececec');
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* offset the <a name=""> tags to account for sticky nav */
|
/* offset the <a name=""> tags to account for sticky nav */
|
||||||
body.reference a[name] {
|
body.reference a[name]:empty {
|
||||||
visibility: hidden;
|
visibility: hidden;
|
||||||
display: block;
|
display: block;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
@@ -3209,7 +3209,7 @@ table.jd-tagtable th {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* offset the <a name=""> tags to account for sticky nav */
|
/* offset the <a name=""> tags to account for sticky nav */
|
||||||
body.reference a[name] {
|
body.reference a[name]:empty {
|
||||||
visibility: hidden;
|
visibility: hidden;
|
||||||
display: block;
|
display: block;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
@@ -3822,8 +3822,8 @@ td.gsc-search-button {
|
|||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* offset the <a name=""> tags to account for sticky nav */
|
/* offset the empty <a name=""> tags to account for sticky nav */
|
||||||
body.reference a[name] {
|
body.reference a[name]:empty {
|
||||||
visibility: hidden;
|
visibility: hidden;
|
||||||
display: block;
|
display: block;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
@@ -3822,15 +3822,14 @@ td.gsc-search-button {
|
|||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* offset the <a name=""> tags to account for sticky nav */
|
/* offset the empty <a name=""> tags to account for sticky nav */
|
||||||
body.reference a[name] {
|
body.reference a[name]:empty {
|
||||||
visibility: hidden;
|
visibility: hidden;
|
||||||
display: block;
|
display: block;
|
||||||
position: relative;
|
position: relative;
|
||||||
top: -56px;
|
top: -56px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/* Quicknav */
|
/* Quicknav */
|
||||||
.btn-quicknav {
|
.btn-quicknav {
|
||||||
width:20px;
|
width:20px;
|
||||||
|
Reference in New Issue
Block a user