Update theme submodule
authorMathieu Duponchelle <mathieu.duponchelle@opencreed.com>
Sun, 2 Apr 2017 22:40:20 +0000 (00:40 +0200)
committerMathieu Duponchelle <mathieu.duponchelle@opencreed.com>
Sun, 2 Apr 2017 22:40:20 +0000 (00:40 +0200)
hotdoc.json
theme/extra/templates/navbar.html [deleted file]
theme/hotdoc_bootstrap_theme
theme/less/variables.less

index 26061db..3c09c64 100644 (file)
@@ -9,6 +9,7 @@
         "gstreamer-1.0"
     ], 
     "project_name": "GStreamer Documentation",
+    "project_version": "1.0",
     "sitemap": "sitemap.txt", 
     "syntax_highlighting_activate": true,
     "devhelp_activate": true,
diff --git a/theme/extra/templates/navbar.html b/theme/extra/templates/navbar.html
deleted file mode 100644 (file)
index cd94a56..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
-@require(assets_path)
-
-<nav class="navbar navbar-fixed-top navbar-default">
-       <div class="container-fluid">
-               <div class="navbar-header">
-                       <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar-wrapper" aria-expanded="false">
-                               <span class="sr-only">Toggle navigation</span>
-                               <span class="icon-bar"></span>
-                               <span class="icon-bar"></span>
-                               <span class="icon-bar"></span>
-                       </button>
-                       <a href="https://gstreamer.freedesktop.org/" class="hotdoc-navbar-brand">
-                               <img src="@assets_path/images/gstreamer-logo.svg" alt="Home">
-                       </a>
-               </div>
-               <div class="navbar-collapse collapse" id="navbar-wrapper">
-                       <ul class="nav navbar-nav" id="menu">
-                               @include("navbar_links.html")
-                       </ul>
-               </div>
-       </div>
-</nav>
index bbf83ed..6f351a1 160000 (submodule)
@@ -1 +1 @@
-Subproject commit bbf83edaf4083726579f29e4cd25e07fc724b599
+Subproject commit 6f351a1465d6e2ff4e41addf315bd37e6d5215cf
index dfec068..7f9477c 100644 (file)
 //##
 
 // Basics of a navbar
-@navbar-height:                    35px;
+@navbar-height:                    45px;
 @navbar-padding-horizontal:        floor((@grid-gutter-width / 2));
 @navbar-margin-bottom:             @line-height-computed;
 @navbar-border-radius:             @border-radius-base;