added pure michigan logo to footer
authorLeif Hanson <leif@gaslightmedia.com>
Thu, 17 Apr 2014 13:01:17 +0000 (13:01 +0000)
committerLeif Hanson <leif@gaslightmedia.com>
Thu, 17 Apr 2014 13:01:17 +0000 (13:01 +0000)
assets/puremi_logo.jpg [new file with mode: 0755]
styles.css
templates/template.html

diff --git a/assets/puremi_logo.jpg b/assets/puremi_logo.jpg
new file mode 100755 (executable)
index 0000000..61d62cc
Binary files /dev/null and b/assets/puremi_logo.jpg differ
index ed66b6b..a48f018 100755 (executable)
@@ -816,27 +816,35 @@ p.captionDescWrapper {
 }
 #address1 {
     display: block;
-    width: 100%;
+    float: left;
+    width: 62%;
     overflow: hidden;
-    margin: 0;
+    margin: 0 0 0 12px;
     padding: 0 0 5px 0;
-    text-align: center;
+    text-align: left;
     font-size: 16px;
     font-size: 1.6rem;
     color: #0F2F4D;
 }
 #info {
     display: block;
-    width: 100%;
+    float: left;
+    width: 62%;
     overflow: hidden;
-    margin: 0;
+    margin: 0 0 0 30px;
     padding: 0 0 5px 0;
-    text-align: center;
+    text-align: left;
     color: #0F2F4D;
 }
 #info a {
     color: #0F2F4D;
 }
+#puremi {
+    display: block;
+    float: right;
+    clear: none;
+    width: 28%;
+}
 #copyright {
     display: block;
     width: 100%;
index e70951b..326de17 100755 (executable)
             </div><!--/#content-->
         </div><!--/#maincol-->
         <div id="footer">
+            <a href="http://www.michigan.org/property/trout-creek-condominum-resort-harbor-springs/" id="puremi"><img src="{mediaBaseURL:h}assets/puremi_logo.jpg"></a>
             <div id="address1">Trout Creek Condominium Resort 4749 S. Pleasantview | Harbor Springs, MI 49740</div>
             <div id="info"><a href="tel:2315262148">231-526-2148</a> &bull; <a href="tel:+18007480245">1-800-748-0245</a> &bull; <a href="mailto:info@troutcreek.com">info@troutcreek.com</a> &bull; <a href="https://reservations.troutcreek.com/irmnet/owner/ownerhome.aspx">Owners Section</a> &bull; <a href="{baseURLDefined:h}site-map">Site Map</a></div>
         </div><!--/#footer-->