diff options
| author | Robert Ly <robertly@google.com> | 2014-06-24 16:02:03 +0000 |
|---|---|---|
| committer | Android (Google) Code Review <android-gerrit@google.com> | 2014-06-24 00:22:15 +0000 |
| commit | 93c5d262f99dbf271de79e7093c65c9f272f6136 (patch) | |
| tree | aa1a6e35f29bccd2e75c65d176e038999c285c00 /docs/html | |
| parent | 3db26d9d08bfed43b356c7462dbd0439ddd59c29 (diff) | |
| parent | 6bcec232dff2ccaf8d905ef5b3bca77af8489401 (diff) | |
| download | frameworks_base-93c5d262f99dbf271de79e7093c65c9f272f6136.zip frameworks_base-93c5d262f99dbf271de79e7093c65c9f272f6136.tar.gz frameworks_base-93c5d262f99dbf271de79e7093c65c9f272f6136.tar.bz2 | |
Merge "docs: fix auto footer" into klp-modular-dev
Diffstat (limited to 'docs/html')
| -rw-r--r-- | docs/html/auto/index.jd | 22 |
1 files changed, 6 insertions, 16 deletions
diff --git a/docs/html/auto/index.jd b/docs/html/auto/index.jd index ad59210..3592a54 100644 --- a/docs/html/auto/index.jd +++ b/docs/html/auto/index.jd @@ -11,15 +11,6 @@ page.type=about #jd-content>.content-footer.wrap { display:none; } -</style> - -<style> -#footer { - display: none; -} -.content-footer { - display: none; -} #hero-height { height:calc(100% - 100px); } @@ -452,7 +443,7 @@ page.type=about <div class="landing-body landing-align-center"> <div class="landing-subhead" style="margin-top:80px"> - Android Auto is also coming soon to aftermarket systems from these manufacturers: + Android Auto is also coming soon to aftermarket systems from these manufacturers </div> </div> <div class="cols"> @@ -546,9 +537,8 @@ page.type=about </div> <!-- end .wrap --> </div> <!-- end .landing-section --> </div> <!-- end .landing-rest-of-page --> - - - <div class="content-footer wrap" itemscope="" itemtype="http://schema.org/SiteNavigationElement"> + <div class="content-footer wrap" itemscope="" itemtype="http://schema.org/SiteNavigationElement" + style="border-top: none;"> <div class="layout-content-col col-16" style="padding-top:4px"> <style>#___plusone_0 {float:right !important;}</style> <div class="g-plusone" data-size="medium"></div> @@ -563,9 +553,7 @@ page.type=about License</a>. </div> </div> - - - </div> <!-- end landing-body-content --> + </div> <!-- end .landing-hero-container --> <script> $("a.landing-down-arrow").on("click", function(e) { @@ -575,3 +563,5 @@ page.type=about e.preventDefault(); }); </script> + +</div> <!-- end landing-body-content -->
\ No newline at end of file |
