navbar css
parent
29baee699d
commit
433e059643
|
@ -0,0 +1,5 @@
|
|||
/* Show it is fixed to the top */
|
||||
body {
|
||||
min-height: 75rem;
|
||||
padding-top: 4.5rem;
|
||||
}
|
|
@ -104,6 +104,7 @@ if ($CallingHome['Active']) {
|
|||
|
||||
<!-- Custom styles for this template -->
|
||||
<link href="css/dashboard.css" rel="stylesheet">
|
||||
<link href="css/navbar-top-fixed.css" rel="stylesheet">
|
||||
|
||||
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
|
||||
<!--[if lt IE 9]>
|
||||
|
|
Loading…
Reference in New Issue