Skip to content
Snippets Groups Projects

Specify css type for the global.css import

1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -37,7 +37,7 @@
<link rel="stylesheet" href="/webjars/bootstrap/css/bootstrap.min.css"/>
<link rel="stylesheet" href="/webjars/font-awesome/css/all.css"/>
<link rel="stylesheet" href="/webjars/font-awesome/css/v4-shims.css"/>
<link rel="stylesheet" href="/css/global.css"/>
<link rel="stylesheet" type="text/css" href="/css/global.css"/>
<script src="/webjars/jquery/jquery.min.js"></script>
<script src="/webjars/jquery-cookie/jquery.cookie.js"></script>
Loading