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;
|
||||||
|
@@ -732,7 +732,7 @@ a.back-link {
|
|||||||
text-align:center;
|
text-align:center;
|
||||||
width: 50%;
|
width: 50%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.training-nav-top a.prev-page-link {
|
.training-nav-top a.prev-page-link {
|
||||||
padding-left: 15px;
|
padding-left: 15px;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
@@ -840,7 +840,7 @@ a.back-link {
|
|||||||
margin: 0 0 6px;
|
margin: 0 0 6px;
|
||||||
line-height: 16px;
|
line-height: 16px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Class colors */
|
/* Class colors */
|
||||||
ol.class-list li:nth-child(10n+1) .title {
|
ol.class-list li:nth-child(10n+1) .title {
|
||||||
background: #00bcd4;
|
background: #00bcd4;
|
||||||
@@ -872,7 +872,7 @@ a.back-link {
|
|||||||
ol.class-list li:nth-child(10n+10) .title {
|
ol.class-list li:nth-child(10n+10) .title {
|
||||||
background: #7e57c2;
|
background: #7e57c2;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 719px) {
|
@media (max-width: 719px) {
|
||||||
ol.class-list ol,
|
ol.class-list ol,
|
||||||
ol.class-list .description {
|
ol.class-list .description {
|
||||||
@@ -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;
|
||||||
@@ -6376,7 +6376,7 @@ div.jd-descr > .resource-widget[data-section=distribute\/tools] .section-card-me
|
|||||||
.dac-button.dac-raised.dac-primary, .landing-secondary, .button {
|
.dac-button.dac-raised.dac-primary, .landing-secondary, .button {
|
||||||
background-color: #039bef; }
|
background-color: #039bef; }
|
||||||
.dac-button.dac-raised.dac-primary:hover, .landing-secondary:hover, .button:hover {
|
.dac-button.dac-raised.dac-primary:hover, .landing-secondary:hover, .button:hover {
|
||||||
background-color: #0288d1;
|
background-color: #0288d1;
|
||||||
color:#fff; }
|
color:#fff; }
|
||||||
.dac-button.dac-raised.dac-primary:active, .landing-secondary:active, .button:active {
|
.dac-button.dac-raised.dac-primary:active, .landing-secondary:active, .button:active {
|
||||||
background-color: #0277bd;
|
background-color: #0277bd;
|
||||||
|
@@ -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