Lets get the status page looking right

This commit is contained in:
James Brooks
2014-12-05 13:38:07 +00:00
parent 8a0e827907
commit da7a0cd351
3 changed files with 157 additions and 3 deletions
+2 -2
View File
@@ -11,11 +11,11 @@
<link href='http://fonts.googleapis.com/css?family=Raleway:400,700,300,600' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.1/css/bootstrap.min.css">
<link rel="stylesheet" href="{{ elixir('css/all.css') }}">
<link rel="stylesheet" href="/css/application.css">
<script src="{{ elixir('js/all.js') }}"></script>
</head>
<body>
<body class='status-page'>
<div class='container'>
@yield('content')
</div>