am 8fa5351c
: show build info only for android docs (not google)
* commit '8fa5351cba16dcac5640f6e0cce794f29e1034f9': show build info only for android docs (not google)
This commit is contained in:
commit
408067be21
2 changed files with 9 additions and 6 deletions
|
@ -4284,20 +4284,21 @@ a.download-sdk {
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/************ DEVELOP TOPIC CONTAINERS ************/
|
/************ DEVELOP TOPIC CONTAINERS ************/
|
||||||
|
|
||||||
.landing-banner,
|
.landing-banner,
|
||||||
.landing-docs {
|
.landing-docs {
|
||||||
margin:20px 0 0;
|
margin:20px 0 0;
|
||||||
}
|
}
|
||||||
.landing-banner .col-6:first-child,
|
.landing-banner div:first-child,
|
||||||
.landing-docs .col-6:first-child,
|
.landing-docs div:first-child,
|
||||||
.landing-docs .col-12 {
|
.landing-docs .col-12 {
|
||||||
margin-left:0;
|
margin-left:0;
|
||||||
min-height:280px;
|
min-height:280px;
|
||||||
}
|
}
|
||||||
.landing-banner .col-6:last-child,
|
.landing-banner div:last-child,
|
||||||
.landing-docs .col-6:last-child,
|
.landing-docs div:last-child,
|
||||||
.landing-docs .col-12 {
|
.landing-docs .col-12 {
|
||||||
margin-right:0;
|
margin-right:0;
|
||||||
}
|
}
|
||||||
|
|
|
@ -365,7 +365,9 @@ def:custom_footerlinks() ?>
|
||||||
/def ?>
|
/def ?>
|
||||||
|
|
||||||
<?cs # appears on the right side of the blue bar at the bottom off every page ?><?cs
|
<?cs # appears on the right side of the blue bar at the bottom off every page ?><?cs
|
||||||
def:custom_buildinfo() ?>
|
def:custom_buildinfo() ?><?cs
|
||||||
Android <?cs var:sdk.version ?> r<?cs var:sdk.rel.id ?> - <?cs var:page.now ?>
|
if:!google ?>
|
||||||
|
Android <?cs var:sdk.version ?> r<?cs var:sdk.rel.id ?> — <?cs
|
||||||
|
/if ?><?cs var:page.now ?>
|
||||||
<?cs /def ?>
|
<?cs /def ?>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue