Load custom.css after the modules. Fix: #284

This commit is contained in:
Michael Teeuw
2016-05-03 16:42:09 +02:00
parent 37f8c0783d
commit 14d3bb273c
2 changed files with 10 additions and 2 deletions

View File

@@ -6,8 +6,8 @@
<meta http-equiv="Content-type" content="text/html; charset=utf-8" />
<link rel="icon" href="data:;base64,iVBORw0KGgo=">
<link rel="stylesheet" type="text/css" href="css/main.css">
<link rel="stylesheet" type="text/css" href="css/custom.css">
<link rel="stylesheet" type="text/css" href="fonts/roboto.css">
<!-- custom.css is loaded by the loader.js to make sure it's loaded after the module css files. -->
</head>
<body>
<div class="region fullscreen below"><div class="container"></div></div>