diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-05-06 18:11:15 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-05-06 18:11:15 -0300 |
commit | 8bcef979e718d455b318bc62dae74f59c0793a95 (patch) | |
tree | 4c9bb8663f151740bf8ac6fb3620ed6cf1eb7886 /templates | |
parent | e205d8076108f30c5d29d5c33f435e5e08eba30b (diff) | |
download | blog-8bcef979e718d455b318bc62dae74f59c0793a95.tar.gz blog-8bcef979e718d455b318bc62dae74f59c0793a95.tar.bz2 |
Moving sidebar to top
Diffstat (limited to 'templates')
-rw-r--r-- | templates/page.tmpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/page.tmpl b/templates/page.tmpl index 1677d73..038463c 100644 --- a/templates/page.tmpl +++ b/templates/page.tmpl @@ -31,7 +31,7 @@ <TMPL_IF META><TMPL_VAR META></TMPL_IF> <style> @media (max-width: 979px) { - .navbar-fixed-bottom { + .navbar-fixed-top { position: fixed; margin-left: 0px; margin-right: 0px; @@ -44,7 +44,7 @@ <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.9.0/jquery.min.js" type="text/javascript"></script> <script src="<TMPL_VAR BASEURL>bootstrap/js/bootstrap.min.js" type="text/javascript"></script> -<div class="navbar navbar-inverse navbar-fixed-bottom"> +<div class="navbar navbar-inverse navbar-fixed-top"> <div class="navbar-inner"> <div class="container"> |