Skip to content

Commit

Permalink
header stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
tlentz committed Dec 5, 2016
1 parent f05ee0b commit de35b60
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
3 changes: 2 additions & 1 deletion includes/header.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<script src="https://cdn.datatables.net/1.10.12/js/jquery.dataTables.min.js"></script>
</head>
<body>
<div class="container">
<!--<div class="container">-->
<nav class="navbar navbar-default">
<div class="container-fluid">
<!-- Brand and toggle get grouped for better mobile display -->
Expand Down Expand Up @@ -62,3 +62,4 @@
</div><!-- /.container-fluid -->
</nav>
<link rel="stylesheet" href="includes/main.css">
<div class="container">
4 changes: 4 additions & 0 deletions includes/main.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
body {
background-color: #eee !important;
}
.navbar-default {
background-color: #981a0d;
border-color: #8b1d12;
border-radius: 0px;
}
.navbar-default .navbar-brand {
color: #ecf0f1;
Expand Down

0 comments on commit de35b60

Please sign in to comment.