Skip to content

Commit

Permalink
css
Browse files Browse the repository at this point in the history
  • Loading branch information
Katy Anton committed Apr 7, 2024
1 parent 54ffd01 commit c932e89
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions _includes/sub_navigation.html
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
{% comment %} rm the first H1 {% endcomment %}
<style type="test/css">
.sec-main h1 {display: none; }
div.navigation {display: inline;}
div.nav ol .page {display: inline-block; line-height: 1.0; font-size: 14px; margin: 0px;}
</style>


{% assign spages = site.pages | where:"document","OWASP Top Ten Proactive Controls 2024"| sort: "order" }
{% assign getnext = false %}
{% assign getprevious = true %}
Expand All @@ -22,7 +23,7 @@
{% endfor %}


<div class="navigation" aria-label="navigate page">
<div class="nav" aria-label="navigate page">
<ol>
{% if previous %}
{% if dev_file.size == 0 %}
Expand All @@ -44,5 +45,5 @@
<i class="fas fa-angle-right"></i>
</span></a></li>
{% endif %}
</ol>
</ul>
</div>

0 comments on commit c932e89

Please sign in to comment.