From 43f046bd9919d324e9ddd066e8cd589499321f06 Mon Sep 17 00:00:00 2001
From: Andrew Lee <andytaelee@gmail.com>
Date: Sat, 10 Sep 2016 23:20:38 -0400
Subject: [PATCH] Add new style.css for utility classes, make subtitle italic

---
 _includes/head.html | 15 ++++++++-------
 css/airspace.css    |  8 ++++++++
 css/style.css       |  9 +++++++++
 3 files changed, 25 insertions(+), 7 deletions(-)
 create mode 100644 css/style.css

diff --git a/_includes/head.html b/_includes/head.html
index 1a09f35..2486808 100644
--- a/_includes/head.html
+++ b/_includes/head.html
@@ -6,13 +6,14 @@
 <!-- Place favicon.ico and apple-touch-icon.png in the root directory -->
 
 <!-- CSS -->
-<link rel="stylesheet" href="/css/owl.carousel.css">
-<link rel="stylesheet" href="/css/bootstrap.min.css">
-<link rel="stylesheet" href="/css/font-awesome.min.css">
-<link rel="stylesheet" href="/css/airspace.css">
-<link rel="stylesheet" href="/css/ionicons.min.css">
-<link rel="stylesheet" href="/css/animate.css">
-<link rel="stylesheet" href="/css/responsive.css">
+<link rel="stylesheet" href="/css/owl.carousel.css" />
+<link rel="stylesheet" href="/css/bootstrap.min.css" />
+<link rel="stylesheet" href="/css/font-awesome.min.css" />
+<link rel="stylesheet" href="/css/airspace.css" />
+<link rel="stylesheet" href="/css/style.css" />
+<link rel="stylesheet" href="/css/ionicons.min.css" />
+<link rel="stylesheet" href="/css/animate.css" />
+<link rel="stylesheet" href="/css/responsive.css" />
 
 <!-- Js -->
 <script src="/js/vendor/modernizr-2.6.2.min.js"></script>
diff --git a/css/airspace.css b/css/airspace.css
index 11f96a5..f34b98f 100755
--- a/css/airspace.css
+++ b/css/airspace.css
@@ -1,3 +1,11 @@
+/*
+ * This is the main css file that ships with the airspace theme.
+ * In airspace, it is called style.css
+ * However, style.css now holds additional styles for this jekyll port. (Not written by ThemeFisher)
+ * The original style.css is now called airspace.css
+ * 
+ */
+
 @import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,600);
 @import url(http://fonts.googleapis.com/css?family=Roboto:400,100,300,500,700);
 @import url(http://fonts.googleapis.com/css?family=Volkhov:400italic);
diff --git a/css/style.css b/css/style.css
new file mode 100644
index 0000000..3a42515
--- /dev/null
+++ b/css/style.css
@@ -0,0 +1,9 @@
+/*
+ * This css file includes styles added in the jekyll port of this theme.
+ * To find the original style.css that ships with Airspace, read airspace.css
+ *
+ */
+
+ .italic {
+   font-style: italic;
+ }
-- 
GitLab