change about link to be a menu option in the top.

would be better as a menu option on the top right, rather than in with the menu top left, but I cant figure out how.
#48 #45
This commit is contained in:
chris.watts90@outlook.com 2017-02-27 22:09:15 +00:00
parent 0ce9626622
commit 7af17661f5

View File

@ -37,8 +37,10 @@
<a class="indent-nav-xs" data-bind="text: $data"></a> <a class="indent-nav-xs" data-bind="text: $data"></a>
</li> </li>
<!-- /ko --> <!-- /ko -->
<li class="hidden-xs" >
<a data-toggle="modal" data-target="#aboutDialog">About</a>
</li>
</ul> </ul>
<button type="button" class="btn btn-info pull-right hidden-xs" data-toggle="modal" data-target="#aboutDialog">About</button>
</div> </div>
</div> </div>
</nav> </nav>