1
0
Fork 0

Added parts of the navigation bar to the index.html this should make the other parts easier to rerender

This commit is contained in:
Michael Hackstein 2013-11-16 00:44:10 +01:00
parent 44d8e7e94e
commit dae6d03f38
1 changed files with 12 additions and 1 deletions

View File

@ -15,7 +15,18 @@
<body>
<div class="container">
<div class="header">
<div class="header">
<div class="arango-top-nav navbar navbar-fixed-top" xmlns="http://www.w3.org/1999/html">
<div class="arango-nav navbar-inner">
<div class="container">
<a class="arango-logo brand navlogo" href="#"><img src="img/logo_arangob_white.gif"/></a>
<span id="selectDB" class="selectDB"></span>
<div class="nav-collapse arangoNavSwitch" id="navigationBar">
</div>
</div>
</div>
</div>
</div>
</div>
<div class="row">