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

Commit a5d5c010 authored by Scott Main's avatar Scott Main Committed by Android Git Automerger
Browse files

am 408067be: am 8fa5351c: show build info only for android docs (not google)

* commit '408067be':
  show build info only for android docs (not google)
parents 6e181e99 408067be
Loading
Loading
Loading
Loading
+5 −4
Original line number Diff line number Diff line
@@ -4284,20 +4284,21 @@ a.download-sdk {
}



/************ DEVELOP TOPIC CONTAINERS ************/

.landing-banner,
.landing-docs {
  margin:20px 0 0;
}
.landing-banner .col-6:first-child,
.landing-docs .col-6:first-child,
.landing-banner div:first-child,
.landing-docs div:first-child,
.landing-docs .col-12 {
  margin-left:0;
  min-height:280px;
}
.landing-banner .col-6:last-child,
.landing-docs .col-6:last-child,
.landing-banner div:last-child,
.landing-docs div:last-child,
.landing-docs .col-12 {
  margin-right:0;
}
+4 −2
Original line number Diff line number Diff line
@@ -365,7 +365,9 @@ def:custom_footerlinks() ?>
/def ?>

<?cs # appears on the right side of the blue bar at the bottom off every page ?><?cs 
def:custom_buildinfo() ?>
  Android <?cs var:sdk.version ?>&nbsp;r<?cs var:sdk.rel.id ?> - <?cs var:page.now ?>
def:custom_buildinfo() ?><?cs
  if:!google ?>
    Android <?cs var:sdk.version ?>&nbsp;r<?cs var:sdk.rel.id ?> &mdash; <?cs
  /if ?><?cs var:page.now ?>
<?cs /def ?>