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

Commit 8f301ff1 authored by Gina Dimino's avatar Gina Dimino Committed by Gerrit Code Review
Browse files

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

parents 608aa91d d983a294
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
@@ -423,7 +423,7 @@ video.with-shadow {
  height: 30px;
  height: 30px;
}
}


.content-footer-test {
.content-footer-sac {
  border-top: 1px solid #ccc;
  border-top: 1px solid #ccc;
}
}
.content-footer .col-9 {
.content-footer .col-9 {
+9 −14
Original line number Original line Diff line number Diff line
@@ -87,7 +87,6 @@
        <?cs /if ?>
        <?cs /if ?>
          <h1 itemprop="name" style="margin-bottom:0;"><?cs var:page.title ?></h1>
          <h1 itemprop="name" style="margin-bottom:0;"><?cs var:page.title ?></h1>
          <p itemprop="description"><?cs var:page.landing.intro ?></p>
          <p itemprop="description"><?cs var:page.landing.intro ?></p>
          
          <p><a class="next-page-link topic-start-link"></a></p>
          <p><a class="next-page-link topic-start-link"></a></p>
        <?cs if:page.landing.image ?>
        <?cs if:page.landing.image ?>
        </div>
        </div>
@@ -112,12 +111,11 @@
  <?cs # THIS IS THE MAIN DOC CONTENT ?>
  <?cs # THIS IS THE MAIN DOC CONTENT ?>
  <div id="jd-content">
  <div id="jd-content">



    <div class="jd-descr" itemprop="articleBody">
    <div class="jd-descr" itemprop="articleBody">
    <?cs call:tag_list(root.descr) ?>
    <?cs call:tag_list(root.descr) ?>
    </div>
    </div>


      <div class="content-footer-test"
      <div class="content-footer-sac"
                    itemscope itemtype="http://schema.org/SiteNavigationElement">
                    itemscope itemtype="http://schema.org/SiteNavigationElement">
        <div class="layout-content-col <?cs 
        <div class="layout-content-col <?cs 
                    if:fullpage ?>col-16<?cs 
                    if:fullpage ?>col-16<?cs 
@@ -147,16 +145,13 @@
        </div>
        </div>
        <?cs /if ?>
        <?cs /if ?>
      </div>
      </div>
      
      <?cs # for training classes, provide a different kind of link when the next page is a different class ?>
      <?cs # for training classes, provide a different kind of link when the next page is a different class ?>
      <?cs if:training && !page.article ?>
      <?cs if:training && !page.article ?>
      <div class="layout-content-row content-footer next-class" style="display:none" itemscope itemtype="http://schema.org/SiteNavigationElement">
      <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>
          <a href="#" class="next-class-link hide">Next class: </a>
      </div>
      </div>
      <?cs /if ?>
      <?cs /if ?>

    </div> <!-- end jd-content -->
    </div> <!-- end jd-content -->

  <?cs include:"footer.cs" ?>
  <?cs include:"footer.cs" ?>
</div><!-- end doc-content -->
</div><!-- end doc-content -->