Skip to content
Snippets Groups Projects
Commit 8bcef979 authored by rhatto's avatar rhatto
Browse files

Moving sidebar to top

parent e205d807
No related branches found
No related tags found
No related merge requests found
......@@ -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">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment