]> Shamusworld >> Repos - ardour-manual/blobdiff - page-template.txt
Spelling & grammar fixes
[ardour-manual] / page-template.txt
index ad434251c573fec85918734921b2e8e924e3b5ed..f6f0fa25b20c41b775a9e7a61158e03f279cb240 100644 (file)
@@ -8,7 +8,6 @@
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
 
        <link href="{{page.bootstrap_path}}/css/bootstrap.min.css" rel="stylesheet">
-       <link href="{{page.bootstrap_path}}/css/bootstrap-responsive.min.css" rel="stylesheet">
        <link href="/css/app.css" rel="stylesheet">
 {% if page.style %}
        <link href="/css/{{page.style}}.css" rel="stylesheet">
 <body>
 <div class="container-fluid"><div class="row-fluid">
        <div id="tree"><div id="tree-inner">
-               <h1 class="title"><a href="/"><img src="/images/logo.png" alt="The Ardour Manual" /></a></h1>
+               <h1 class="title"><a href="/"><img class="img-responsive" src="/images/logo.png" alt="The Ardour Manual" /></a></h1>
 
-    <form id="custom-search-form" class="form-search form-horizontal pull-right" method="post" action="https://duckduckgo.com">
-      <div class="input-append">
-          <input type="text" class="search-query" name="q" placeholder="Search &hellip;">
-          <button type="submit" class="btn"><i class="icon-search"></i></button>
-      </div>
+    <form id="custom-search-form" class="navbar-form" method="post" action="https://duckduckgo.com">
+
+           <div class="input-group">
+                     <input type="text" class="form-control" placeholder="Search &hellip;" name="q">
+                     <span class="input-group-btn">
+                       <button class="btn btn-default" type="submit"><span class="glyphicon glyphicon-search" aria-hidden="true"></span></button>
+                     </span>
+                 </div>
                        <input type="hidden" name="sites" value="manual.ardour.org"><!-- domain -->
                        <input type="hidden" name="kh" value="1"> <!--HTTPS on/off -->
                        <input type="hidden" name="kl" value="wt-wt"> <!--region wt-wt = no region/worldwide -->
        <div class="span12" id="content">
     {% breadcrumbs %}
                <div id="content-main">
-               <h1 class="title">{{ page.title }}</h1>
+                       {% githubedit %}
+                       <h1 class="title">{{ page.title }}</h1>
+
+                       {{ content }}
 
-{{ content }}
-{% prevnext %}
+                       <div class="clearer"></div>
+                       {% prevnext %}
 
                </div>
        </div>
 </div></div>
 
+
 <script type="text/javascript">
 // I'll go to hell for this
 var isA = function(regex) { return navigator.userAgent.match(regex) };