Changeset - 01f196861805
[Not reviewed]
0 1 0
Bradley Kuhn (bkuhn) - 9 years ago 2014-11-06 22:52:05
bkuhn@ebb.org
Attempt to get header around navbar at bottom.
1 file changed with 2 insertions and 0 deletions:
0 comments (0 inline, 0 general)
templates/page.tmpl
Show inline comments
...
 
@@ -56,12 +56,13 @@
 
        <TMPL_VAR CONTENT>
 
      </div> <!-- /container -->
 
    </div>
 

	
 
      <footer role="contentinfo">
 
        <div class="container">
 
    <header class="navbar navbar-default navbar-fixed-top copyleft-navbar">
 
        <nav class="collapse navbar-collapse copyleft-navbar-collapse" role="navigation">
 
          <ul class="nav navbar-nav">
 
            <TMPL_IF EDITURL>
 
            <li><a href="<TMPL_VAR EDITURL>" rel="nofollow">Edit</a></li>
 
            </TMPL_IF>
 
            <TMPL_IF HISTORYURL>
...
 
@@ -87,12 +88,13 @@
 
            </TMPL_IF>
 
            <TMPL_IF RECENTCHANGESURL>
 
            <li><a href="<TMPL_VAR RECENTCHANGESURL>">RecentChanges</a></li>
 
            </TMPL_IF>
 
          </ul>
 
        </nav>
 
    </header>
 
            <p>
 
              <a href="/about/about/">About this site</a><br/>
 
              By submitting changes and/or additions to this site, you irrevocably
 
              agree to release your contribution under the
 
              <a rel="license"
 
              href="http://creativecommons.org/licenses/by-sa/4.0/">Creative
0 comments (0 inline, 0 general)