[ARVADOS] updated: 8506c7afd5dc27d8fe40d10d53283cc7af9647e7

git at public.curoverse.com git at public.curoverse.com
Mon Jan 27 16:43:58 EST 2014


Summary of changes:
 doc/_includes/navbar_left.html |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

       via  8506c7afd5dc27d8fe40d10d53283cc7af9647e7 (commit)
      from  7c99060e90f027b77c82fd8c66902095197261af (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


commit 8506c7afd5dc27d8fe40d10d53283cc7af9647e7
Author: Peter Amstutz <peter.amstutz at curoverse.com>
Date:   Mon Jan 27 16:44:44 2014 -0500

    Left navbar uses bootstrap "nav-header" class for section headers.

diff --git a/doc/_includes/navbar_left.html b/doc/_includes/navbar_left.html
index f74606e..ff5726f 100644
--- a/doc/_includes/navbar_left.html
+++ b/doc/_includes/navbar_left.html
@@ -4,7 +4,7 @@
 	      {% if page.navsection == 'userguide' or page.navsection == 'api' or page.navsection == 'sdk' %}
 	      <ol class="nav nav-list">
                 {% for menu_item in site.navbar[page.navsection] %}
-		<li>{{ menu_item }}
+		<li><span class="nav-header">{{ menu_item }}</span>
 		  <ol class="nav nav-list">
                     {% for navorder in (0..99) %}
                      {% for p in site.pages %}

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list