fix top menu

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

View file

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

View file

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