diff options
| author | Ricardo Cervera <rcervera@google.com> | 2014-06-23 13:11:30 -0700 |
|---|---|---|
| committer | Ricardo Cervera <rcervera@google.com> | 2014-06-23 13:11:30 -0700 |
| commit | c5f20771ece573319500a6d702c70298b42f4eb7 (patch) | |
| tree | d24db2978cf9e852d2b922a95117587bc4d52fc2 /docs/html | |
| parent | 387891fde61a63c98ac3a81a5a0d1d7151a95d1f (diff) | |
| download | frameworks_base-c5f20771ece573319500a6d702c70298b42f4eb7.zip frameworks_base-c5f20771ece573319500a6d702c70298b42f4eb7.tar.gz frameworks_base-c5f20771ece573319500a6d702c70298b42f4eb7.tar.bz2 | |
docs: Fix auto site css for screenshot frames.
Change-Id: Ied72b6c90af93ae522ae4478dcdd60b3abd39350
Diffstat (limited to 'docs/html')
| -rw-r--r-- | docs/html/auto/index.jd | 58 | ||||
| -rw-r--r-- | docs/html/auto/overview.jd | 10 |
2 files changed, 10 insertions, 58 deletions
diff --git a/docs/html/auto/index.jd b/docs/html/auto/index.jd index 09374ad..2c0334e 100644 --- a/docs/html/auto/index.jd +++ b/docs/html/auto/index.jd @@ -44,59 +44,13 @@ page.type=about .auto-img-frame-cols { z-index:2; position:relative; + width:460px; } .auto-img-shot-cols { + width:447px; position:absolute; - top:5px; - left:2px; - z-index:1; -} -</style> - - - <style> -.fullpage>#footer, -#jd-content>.content-footer.wrap { - display:none; -} -</style> - -<style> -#footer { - display: none; -} -.content-footer { - display: none; -} -#hero-height { - height:calc(100% - 110px); -} -.img-logo { - margin:0 auto; - display:block; - margin-bottom:-28px !important; -} -.img-logo-thin { - margin:0 auto; - display:block; - margin-bottom:-55px !important; -} -.col-5 { - width:170px; -} -.auto-img-container-cols { - position:relative; - margin-bottom:25px; - margin-top:25px; -} -.auto-img-frame-cols { - z-index:2; - position:relative; -} -.auto-img-shot-cols { - position:absolute; - top:5px; - left:2px; + top:8px; + left:7px; z-index:1; } </style> @@ -214,8 +168,8 @@ page.type=about <div class="landing-section-header"> <div class="landing-h1">Minimize Distraction</div> <div class="landing-subhead"> - Standard UI templates for several app categories let users focus on the road. - </div> + Standard UI templates for several app categories let users focus on the road. + </div> </div> <div class="landing-body"> <div class="cols"> diff --git a/docs/html/auto/overview.jd b/docs/html/auto/overview.jd index 728dff7..e2a4947 100644 --- a/docs/html/auto/overview.jd +++ b/docs/html/auto/overview.jd @@ -31,18 +31,16 @@ page.metaDescription=Android Auto margin-top:10px; } .auto-img-frame-cols { + width:380px; z-index:2; position:relative; } .auto-img-shot-cols { + width:369px; position:absolute; - top:0px; - left:0px; + top:7px; + left:6px; z-index:1; - border:1px solid #; - -webkit-border-radius: 7px; - -moz-border-radius: 7px; - border-radius: 7px; } .auto-col-2 { width:380px; |
