Pull left / right arrows in episode nav to outside of row
authorIan Lee <lee1001@llnl.gov>
Wed, 11 Oct 2017 15:30:17 +0000 (08:30 -0700)
committerIan Lee <lee1001@llnl.gov>
Wed, 11 Oct 2017 15:30:17 +0000 (08:30 -0700)
_includes/episode_navbar.html

index 3bee002297bd3c70fb7e9f146a3f55a11f8bd3e0..c2bc80e84105e5d6c2bef7c830e23ea01f264c02 100644 (file)
@@ -3,7 +3,7 @@
 {% endcomment %}
 <div class="row">
   <div class="col-xs-1">
-    <h3>
+    <h3 class="text-left">
       {% if page.previous.url %}
       <a href="{{ page.root }}{{ page.previous.url }}"><span class="glyphicon glyphicon-menu-left" aria-hidden="true"></span><span class="sr-only">previous episode</span></a>
       {% else %}
@@ -17,7 +17,7 @@
     {% endif %}
   </div>
   <div class="col-xs-1">
-    <h3>
+    <h3 class="text-right">
       {% if page.next.url %}
       <a href="{{ page.root }}{{ page.next.url }}"><span class="glyphicon glyphicon-menu-right" aria-hidden="true"></span><span class="sr-only">next episode</span></a>
       {% else %}