background switch and style call update
authorIan Weller <ian@gaslightmedia.com>
Wed, 9 Dec 2015 15:00:45 +0000 (10:00 -0500)
committerIan Weller <ian@gaslightmedia.com>
Wed, 9 Dec 2015 15:00:45 +0000 (10:00 -0500)
assets/Ice_and_Round_Island_Lighthouse.jpg [new file with mode: 0755]
styles.css
templates/template.html

diff --git a/assets/Ice_and_Round_Island_Lighthouse.jpg b/assets/Ice_and_Round_Island_Lighthouse.jpg
new file mode 100755 (executable)
index 0000000..9eea6f7
Binary files /dev/null and b/assets/Ice_and_Round_Island_Lighthouse.jpg differ
index 610f69a..487c1e4 100755 (executable)
@@ -25,7 +25,7 @@ ShadowWhenNeeded {
     }
 body {
     background-color: #e8e5db;
-    background-image: url(assets/bg-2.jpg);
+    background-image: url(assets/Ice_and_Round_Island_Lighthouse.jpg);
     background-size: cover;
     background-attachment: fixed;
     font-size: 1.3rem;
index abab95b..60be10b 100755 (executable)
@@ -7,7 +7,7 @@
         <title>{pageTitle:h}</title>
         {styles:h}
         <link rel="stylesheet" href="{mediaBaseURL:h}css/foundation.css">
-        <link rel="stylesheet" href="{mediaBaseURL:h}styles.css?v=1.0.0">
+        <link rel="stylesheet" href="{mediaBaseURL:h}styles.css?v=1.0.1">
         {topScripts:h}
                <link rel="stylesheet" href="{mediaBaseURL:h}css/superfish.css" media="screen">
                <script src="{mediaBaseURL:h}js/hoverIntent.js"></script>