diff index.html @ 152:300d4f58f2b4 Dev_main

Moved global css options into core.css
author Nicholas Jillings <n.g.r.jillings@se14.qmul.ac.uk>
date Mon, 01 Jun 2015 09:26:59 +0100
parents d9a02dbfbf2c
children 06b253e9b394
line wrap: on
line diff
--- a/index.html	Mon Jun 01 09:18:02 2015 +0100
+++ b/index.html	Mon Jun 01 09:26:59 2015 +0100
@@ -13,8 +13,7 @@
 		<meta name="author" content="" />
 		
 		<!-- Load up the default core JS and CSS files-->
-		<link rel='stylesheet' type='text/css' href='graphics.css'>
-		<link rel='stylesheet' type='text/css' href='structure.css'>
+		<link rel='stylesheet' type='text/css' href='core.css'>
 		<!-- Use jQuery hosted from Google CDN -->
 		<!--<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>-->
 		<script src="jquery-2.1.4.js"></script>