Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d983a294 authored by Gina Dimino's avatar Gina Dimino
Browse files

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

Change-Id: I655874790dbc5a2dd2fa2611bc63ca00a1953fdc
parent 40467cbf
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -423,7 +423,7 @@ video.with-shadow {
  height: 30px;
}

.content-footer-test {
.content-footer-sac {
  border-top: 1px solid #ccc;
}
.content-footer .col-9 {
+9 −14
Original line number Diff line number Diff line
@@ -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 -->