am 0ceb16d9: Merge "docs: Fix auto site css for screenshot frames." into klp-modular-dev
* commit '0ceb16d96059d8769a296af8c5ca916198a2cda6': docs: Fix auto site css for screenshot frames.
This commit is contained in:
@@ -44,59 +44,13 @@ page.type=about
|
|||||||
.auto-img-frame-cols {
|
.auto-img-frame-cols {
|
||||||
z-index:2;
|
z-index:2;
|
||||||
position:relative;
|
position:relative;
|
||||||
|
width:460px;
|
||||||
}
|
}
|
||||||
.auto-img-shot-cols {
|
.auto-img-shot-cols {
|
||||||
|
width:447px;
|
||||||
position:absolute;
|
position:absolute;
|
||||||
top:5px;
|
top:8px;
|
||||||
left:2px;
|
left:7px;
|
||||||
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;
|
|
||||||
z-index:1;
|
z-index:1;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
@@ -214,8 +168,8 @@ page.type=about
|
|||||||
<div class="landing-section-header">
|
<div class="landing-section-header">
|
||||||
<div class="landing-h1">Minimize Distraction</div>
|
<div class="landing-h1">Minimize Distraction</div>
|
||||||
<div class="landing-subhead">
|
<div class="landing-subhead">
|
||||||
Standard UI templates for several app categories let users focus on the road.
|
Standard UI templates for several app categories let users focus on the road.
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="landing-body">
|
<div class="landing-body">
|
||||||
<div class="cols">
|
<div class="cols">
|
||||||
|
|||||||
@@ -31,18 +31,16 @@ page.metaDescription=Android Auto
|
|||||||
margin-top:10px;
|
margin-top:10px;
|
||||||
}
|
}
|
||||||
.auto-img-frame-cols {
|
.auto-img-frame-cols {
|
||||||
|
width:380px;
|
||||||
z-index:2;
|
z-index:2;
|
||||||
position:relative;
|
position:relative;
|
||||||
}
|
}
|
||||||
.auto-img-shot-cols {
|
.auto-img-shot-cols {
|
||||||
|
width:369px;
|
||||||
position:absolute;
|
position:absolute;
|
||||||
top:0px;
|
top:7px;
|
||||||
left:0px;
|
left:6px;
|
||||||
z-index:1;
|
z-index:1;
|
||||||
border:1px solid #;
|
|
||||||
-webkit-border-radius: 7px;
|
|
||||||
-moz-border-radius: 7px;
|
|
||||||
border-radius: 7px;
|
|
||||||
}
|
}
|
||||||
.auto-col-2 {
|
.auto-col-2 {
|
||||||
width:380px;
|
width:380px;
|
||||||
|
|||||||
Reference in New Issue
Block a user