fix top menu

This commit is contained in:
Botanic 2013-06-17 06:57:22 -07:00
parent 3925aa5c55
commit 105fe55ac6
2 changed files with 6 additions and 3 deletions

View file

@ -15,3 +15,7 @@
{ {
display:none; display:none;
} }
.navbar {
border-bottom: 0px;
}

View file

@ -57,6 +57,7 @@
</head> </head>
<body> <body>
<div class="container-fluid">
{if ! isset($no_visible_elements) or $no_visible_elements eq "FALSE"} {if ! isset($no_visible_elements) or $no_visible_elements eq "FALSE"}
<div class="navbar"> <div class="navbar">
<div class="navbar-inner"> <div class="navbar-inner">
@ -236,8 +237,6 @@
<script src="js/charisma.js"></script> <script src="js/charisma.js"></script>
<!-- help script for page help --> <!-- help script for page help -->
<script src="js/help.js"></script> <script src="js/help.js"></script>
</div>
</body> </body>
</html> </html>