Skip to content
This repository was archived by the owner on Feb 13, 2025. It is now read-only.

Updated Redis Labs logo to new branding #157

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified public/images/redislabs.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions public/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -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; }
Expand Down
2 changes: 1 addition & 1 deletion views/layout.haml
Original file line number Diff line number Diff line change
Expand Up @@ -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}")