Merge "Docs: Rename content-footer-text plus remove whitespace."

This commit is contained in:
Gina Dimino 2015-08-12 03:05:59 +00:00 committed by Gerrit Code Review
commit 8f301ff10d
2 changed files with 11 additions and 16 deletions

View file

@ -423,7 +423,7 @@ video.with-shadow {
height: 30px;
}
.content-footer-test {
.content-footer-sac {
border-top: 1px solid #ccc;
}
.content-footer .col-9 {

View file

@ -87,7 +87,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>
@ -112,12 +111,11 @@
<?cs # THIS IS THE MAIN DOC CONTENT ?>
<div id="jd-content">
<div class="jd-descr" itemprop="articleBody">
<?cs call:tag_list(root.descr) ?>
</div>
<div class="content-footer-test"
<div class="content-footer-sac"
itemscope itemtype="http://schema.org/SiteNavigationElement">
<div class="layout-content-col <?cs
if:fullpage ?>col-16<?cs
@ -147,16 +145,13 @@
</div>
<?cs /if ?>
</div>
<?cs # for training classes, provide a different kind of link when the next page is a different class ?>
<?cs if:training && !page.article ?>
<div class="layout-content-row content-footer next-class" style="display:none" itemscope itemtype="http://schema.org/SiteNavigationElement">
<a href="#" class="next-class-link hide">Next class: </a>
</div>
<?cs /if ?>
</div> <!-- end jd-content -->
<?cs include:"footer.cs" ?>
</div><!-- end doc-content -->