mirror of
https://github.com/d0zingcat/gocryptotrader.git
synced 2026-05-13 23:16:45 +00:00
Adds padding to new floating menu
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
<script src="/bower_components/html5-boilerplate/dist/js/vendor/modernizr-2.8.3.min.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
<nav class="navbar navbar-default" role="navigation">
|
||||
<nav class="navbar navbar-default navbar-fixed-top" role="navigation" >
|
||||
<div class="container-fluid">
|
||||
|
||||
<div class="navbar-header">
|
||||
@@ -46,7 +46,7 @@
|
||||
<p class="browsehappy">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p>
|
||||
<![endif]-->
|
||||
|
||||
<div ng-view></div>
|
||||
<div ng-view style="padding-top:60px;"></div>
|
||||
|
||||
|
||||
<p class="text-center text-muted">Copyright 2016 GoCrypto Trader</p>
|
||||
|
||||
Reference in New Issue
Block a user