add About pages to the quicknav and

tweak new h1 styles and move training navbar down
so the page title can span the page width before wrapping

Change-Id: I517c29d8ee3a2d7347ae50ca47005b51c174fa1c
This commit is contained in:
smain@google.com
2014-06-13 16:05:28 -07:00
parent b0580df308
commit 20ef382369
3 changed files with 38 additions and 18 deletions

View File

@@ -90,7 +90,7 @@ include:"header.cs" ?>
</div>
<?cs /if ?><?cs # end if training ?>
</div>
<?cs /if ?>
<?cs /if ?><?cs # end if header.hide ?>
<?cs elif:samplesProjectIndex ?>
<div id="api-info-block">
@@ -103,7 +103,14 @@ include:"header.cs" ?>
<h1 itemprop="name"><?cs var:projectDir ?></h1>
<?cs else ?>
<?cs if:training ?>
<?cs # horrible horrible hack to move TOC up when the next/prev links are not there ?>
<style>
#tb-wrapper {
margin-top:6px;
}
</style>
<?cs /if ?>
<?cs if:(!fullpage && !header.hide) ?>
<?cs if:page.landing ?><?cs # header logic for docs that are landing pages ?>