From 99021a0dcfe53b4d6185934c89bbf9502611b9a1 Mon Sep 17 00:00:00 2001
From: Andy C <acraigi2@myune.edu.au>
Date: Sat, 18 Aug 2018 11:01:38 +0900
Subject: [PATCH] moved all css to group with core css

---
 index.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/index.html b/index.html
index 30161f3..98a46a7 100644
--- a/index.html
+++ b/index.html
@@ -9,6 +9,7 @@
         <script src="js/application.js" defer="defer"></script>
         <script src="js/all.js" defer="defer"></script>
         <link href="css/core.css" rel="stylesheet" type="text/css" />
+        <link href="css/all.css" rel="stylesheet" type="text/css" />
         <title>eRecruitment Advertisment Designer</title>
         <meta name="author" content=”Christian, Andrew, Joshua”/>
         <meta name="designer" content=”Christian, Andrew, Joshua”/>
@@ -27,7 +28,6 @@
         <meta http-equiv="X-UA-Compatible" content="chrome=1" />
         <meta name="application-name" content="eRecruitment Advertisment Designer" />
         <meta name="msapplication-tooltip" content="Launch eRecruitment Advertisment Designer" />
-        <link href="css/all.css" rel="stylesheet" type="text/css" />
     </head>
 
     <body>
-- 
GitLab