mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-11 17:59:03 +00:00
fix top menu
This commit is contained in:
parent
3925aa5c55
commit
105fe55ac6
2 changed files with 6 additions and 3 deletions
|
@ -15,3 +15,7 @@
|
||||||
{
|
{
|
||||||
display:none;
|
display:none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.navbar {
|
||||||
|
border-bottom: 0px;
|
||||||
|
}
|
||||||
|
|
|
@ -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>
|
||||||
|
|
Loading…
Reference in a new issue