summaryrefslogtreecommitdiffstats
path: root/src/usr
diff options
context:
space:
mode:
authorJared Dillard <jdillard@netgate.com>2016-07-12 18:07:59 -0500
committerJared Dillard <jdillard@netgate.com>2016-07-12 18:07:59 -0500
commit79c508721d91d40f66a40b0208b7bae900758d1d (patch)
tree4161b1e7d25c4cfed6b4e79f81729b5f4ff7eed2 /src/usr
parente1f0ea2e32d5d7b28bd78d208872ea564c2d6917 (diff)
downloadpfsense-79c508721d91d40f66a40b0208b7bae900758d1d.zip
pfsense-79c508721d91d40f66a40b0208b7bae900758d1d.tar.gz
change order of css files in head element
Diffstat (limited to 'src/usr')
-rw-r--r--src/usr/local/www/head.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/head.inc b/src/usr/local/www/head.inc
index ca0f7e4..674c528 100644
--- a/src/usr/local/www/head.inc
+++ b/src/usr/local/www/head.inc
@@ -84,9 +84,9 @@ if (!isset($config['system']['webgui']['dashboardcolumns'])) {
<html lang="en">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
- <link rel="stylesheet" href="<?=$cssfile?>" />
<link rel="stylesheet" href="/vendor/font-awesome/css/font-awesome.min.css">
<link rel="stylesheet" href="/vendor/sortable/sortable-theme-bootstrap.css">
+ <link rel="stylesheet" href="<?=$cssfile?>" />
<title><?=$tabtitle?></title>
<script type="text/javascript">
//<![CDATA[
OpenPOWER on IntegriCloud