am c8b7dfb1: am 0e71cee2: docs: make landing pages w/o image span the full page width

* commit 'c8b7dfb1e308d7dbe426724d21b932b8b79d9ab5':
  docs: make landing pages w/o image span the full page width
This commit is contained in:
Scott Main 2012-08-08 12:50:59 -07:00 committed by Android Git Automerger
commit 0207498d6e
2 changed files with 12 additions and 7 deletions

View File

@ -4026,21 +4026,24 @@ a.download-sdk {
.landing-docs {
margin:20px 0 0;
}
.landing-banner {
height:280px;
}
.landing-banner .col-6:first-child,
.landing-docs .col-6:first-child {
.landing-docs .col-6: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-docs .col-6:last-child,
.landing-docs .col-12 {
margin-right:0;
}
.landing-banner h1 {
margin-top:0;
}
.landing-docs {
clear:left;
}
.landing-docs h3 {
font-size:14px;
line-height:21px;

View File

@ -44,17 +44,19 @@
<?cs if:(!fullpage && !header.hide) ?>
<?cs if:page.landing ?><?cs # header logic for docs that are landing pages ?>
<div class="landing-banner">
<?cs if:page.landing.image ?><?cs # use two-column layout only if there's an image ?>
<div class="col-6">
<?cs if:page.landing.image ?>
<img src="<?cs var:toroot ?><?cs var:page.landing.image ?>" alt="" />
<?cs /if ?>
</div>
<div class="col-6">
<?cs /if ?>
<h1 itemprop="name" style="margin-bottom:0;"><?cs var:page.title ?></h1>
<p itemprop="description"><?cs var:page.landing.intro ?></p>
<p><a class="next-page-link topic-start-link"></a></p>
<?cs if:page.landing.image ?>
</div>
<?cs /if ?>
</div>
<?cs else ?>
<h1 itemprop="name"><?cs var:page.title ?></h1>