diff --git a/app/views/tokens/show.html.haml b/app/views/tokens/show.html.haml index 7add09dca00147c3505e0bc7e659d9c6a1037685..4b9ef98c5c0481fed07ff6a3f9f7b17772bd92c8 100644 --- a/app/views/tokens/show.html.haml +++ b/app/views/tokens/show.html.haml @@ -14,7 +14,7 @@ %hr .cubbies_infographic.span-24{:style => "text-align:left;position:relative;"} - = image_tag '/images/cubbies_screenshot2.png', :height => 452, :class => "cubbies_screenshot" + = image_tag '/images/cubbies_screenshot2.png', :height => 452, :width => 600, :class => "cubbies_screenshot" = image_tag '/images/cubbies_collage.png', :class => "cubbies_collage" .span-24.last{:style => "text-align:right;"} diff --git a/public/images/cubbies_screenshot.png b/public/images/cubbies_screenshot.png deleted file mode 100644 index 7dad8817eb9185d2334b9b822cd2f0f16f636143..0000000000000000000000000000000000000000 Binary files a/public/images/cubbies_screenshot.png and /dev/null differ diff --git a/public/images/cubbies_screenshot2.png b/public/images/cubbies_screenshot2.png index d8347fc6cd3599606088394b48cc8f6791578e81..573e88b2313f569a296c946878d1cfcd59b66f85 100644 Binary files a/public/images/cubbies_screenshot2.png and b/public/images/cubbies_screenshot2.png differ diff --git a/public/images/cubbies_settings.png b/public/images/cubbies_settings.png deleted file mode 100644 index ca9bef480f918fb22afd81ebcb3387215329c9b6..0000000000000000000000000000000000000000 Binary files a/public/images/cubbies_settings.png and /dev/null differ