make image resource URLs relative so they work in offline docs
Change-Id: I4329689d8a3db3ce67f1aa7084a3a4634721e3cb
(cherry picked from commit 7d959be058
)
This commit is contained in:
parent
bd07ad01b5
commit
0d7e38042d
2 changed files with 18 additions and 4 deletions
|
@ -2628,6 +2628,20 @@ div.note.distribute {
|
|||
margin-bottom:0;
|
||||
}
|
||||
|
||||
.summary-table {
|
||||
background-color:#e1e4e6;
|
||||
padding:1em;
|
||||
margin-bottom:1.5em;
|
||||
}
|
||||
.summary-table p {
|
||||
font-size:.98em;
|
||||
}
|
||||
|
||||
.summary-table h5 {
|
||||
line-height:1em;
|
||||
font-size:.98em;
|
||||
}
|
||||
|
||||
body.about blockquote {
|
||||
display:block;
|
||||
float:right;
|
||||
|
@ -8501,12 +8515,12 @@ At the bottom of this section, we provide information about the spritesheet itse
|
|||
$spritesheet: width height image $spritesheet-sprites;
|
||||
*/
|
||||
.dac-sprite, #tb li:before, #qv li:before {
|
||||
background-image: url(/assets/images/sprite.png);
|
||||
background-image: url(../../assets/images/sprite.png);
|
||||
display: inline-block;
|
||||
vertical-align: middle; }
|
||||
@media screen and (min-device-pixel-ratio: 1.5) {
|
||||
.dac-sprite, #tb li:before, #qv li:before {
|
||||
background-image: url(/assets/images/sprite-2x.png);
|
||||
background-image: url(../../assets/images/sprite-2x.png);
|
||||
background-size: 50% 50%; } }
|
||||
|
||||
.dac-sprite.dac-auto-chevron {
|
||||
|
|
|
@ -8497,12 +8497,12 @@ At the bottom of this section, we provide information about the spritesheet itse
|
|||
$spritesheet: width height image $spritesheet-sprites;
|
||||
*/
|
||||
.dac-sprite, #tb li:before, #qv li:before {
|
||||
background-image: url(/assets/images/sprite.png);
|
||||
background-image: url(../../assets/images/sprite.png);
|
||||
display: inline-block;
|
||||
vertical-align: middle; }
|
||||
@media screen and (min-device-pixel-ratio: 1.5) {
|
||||
.dac-sprite, #tb li:before, #qv li:before {
|
||||
background-image: url(/assets/images/sprite-2x.png);
|
||||
background-image: url(../../assets/images/sprite-2x.png);
|
||||
background-size: 50% 50%; } }
|
||||
|
||||
.dac-sprite.dac-auto-chevron {
|
||||
|
|
Loading…
Reference in a new issue