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

Commit 0d7e3804 authored by smain@google.com's avatar smain@google.com Committed by Scott Main
Browse files

make image resource URLs relative so they work in offline docs

Change-Id: I4329689d8a3db3ce67f1aa7084a3a4634721e3cb
(cherry picked from commit 7d959be0)
parent bd07ad01
Loading
Loading
Loading
Loading
+16 −2
Original line number Diff line number Diff line
@@ -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 {
+2 −2
Original line number Diff line number Diff line
@@ -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 {