diff --git a/public/images/redislabs.png b/public/images/redislabs.png index f49e4035..9f68394b 100644 Binary files a/public/images/redislabs.png and b/public/images/redislabs.png differ diff --git a/public/styles.css b/public/styles.css index a24f5f0a..55fd079c 100644 --- a/public/styles.css +++ b/public/styles.css @@ -159,12 +159,12 @@ body { background-color: white; color: #333333; padding: 0; margin: 0; } .site-footer { color: #777777; font-size: 11px; margin: 20px; border-top: 1px solid #eeeeee; padding: 10px 0 0 0; } .site-footer a { color: #444444; } -.site-footer .sponsor img { vertical-align: middle; width: 59px; height: 15px; } +.site-footer .sponsor img { display: block; vertical-align: middle; padding-top: 0.5em; width: 100px; height: 25px; } @media only screen and (min-width: 992px) { .site-footer { background: url(/images/redis-small.png) no-repeat left top; padding: 0 0 0 50px; max-width: 840px; margin: 5em auto 3em auto; position: relative; border-top-width: 0; } .site-footer p { line-height: 34px; margin: 0; } .site-footer .sponsor { position: absolute; top: -0.3em; right: 0; } - .site-footer .sponsor img { display: block; width: 128px; height: 25px; } } + .site-footer .sponsor img { margin-left: 1em; width: 138px; height: 34px; } } .text { *zoom: 1; color: #333333; margin: 0 auto; padding: 20px; } .text:before, .text:after { content: ""; display: table; } .text:after { clear: both; } diff --git a/views/layout.haml b/views/layout.haml index 1d3f0d29..943c51e5 100644 --- a/views/layout.haml +++ b/views/layout.haml @@ -82,7 +82,7 @@ .sponsor Sponsored by %a(href="https://redislabs.com/") - %img(src="/images/redislabs.png" alt="Redis Labs" title="Get a Managed Redis" width="128" height="25") + %img(src="/images/redislabs.png" alt="Redis Labs" title="Get a Managed Redis" width="138" height="34") %script(src="https://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js") %script(src="/app.js?#{File.mtime("public/app.js").to_i}")