mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-08 05:43:01 +00:00
Remove unnecessary code.
This commit is contained in:
@@ -15,22 +15,12 @@
|
||||
<meta content='width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no' name='viewport'>
|
||||
<link href="bootstrap/css/bootstrap.min.css" rel="stylesheet" type="text/css" />
|
||||
<link href="font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css" />
|
||||
<link href="ionicons/css/ionicons.min.css" rel="stylesheet" type="text/css" />
|
||||
<!-- jvectormap -->
|
||||
<link href="plugins/jvectormap/jquery-jvectormap-1.2.2.css" rel="stylesheet" type="text/css" />
|
||||
<!-- Theme style -->
|
||||
<link href="dist/css/AdminLTE.min.css" rel="stylesheet" type="text/css" />
|
||||
<!-- AdminLTE Skins. Choose a skin from the css/skins
|
||||
folder instead of downloading all of them to reduce the load. -->
|
||||
<link href="dist/css/skins/skin-blue-light.min.css" rel="stylesheet" type="text/css" />
|
||||
|
||||
<link href="css/daterangepicker-bs3.css" rel="stylesheet" type="text/css" />
|
||||
<link href="css/firefly.css" rel="stylesheet" type="text/css" />
|
||||
|
||||
{% block styles %}{% endblock %}
|
||||
|
||||
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
|
||||
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
|
||||
<!--[if lt IE 9]>
|
||||
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
|
||||
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
|
||||
|
Reference in New Issue
Block a user