From: Leif Hanson Date: Thu, 17 Apr 2014 13:01:17 +0000 (+0000) Subject: added pure michigan logo to footer X-Git-Tag: v1.0.0~11 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=b8f9d1c6a6f60bdef928b9306b12e9ad2dec26e3;p=web%2FTroutCreek.git added pure michigan logo to footer --- diff --git a/assets/puremi_logo.jpg b/assets/puremi_logo.jpg new file mode 100755 index 0000000..61d62cc Binary files /dev/null and b/assets/puremi_logo.jpg differ diff --git a/styles.css b/styles.css index ed66b6b..a48f018 100755 --- a/styles.css +++ b/styles.css @@ -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%; diff --git a/templates/template.html b/templates/template.html index e70951b..326de17 100755 --- a/templates/template.html +++ b/templates/template.html @@ -133,6 +133,7 @@