Updated logo

Hopefully fix travis builds
This commit is contained in:
Luke Barratt 2014-04-06 15:23:17 +01:00
parent f5799b458e
commit 17d4a5f83c
3 changed files with 8 additions and 4 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 133 KiB

After

Width:  |  Height:  |  Size: 96 KiB

View file

@ -14,12 +14,13 @@ div
padding-bottom: 20px
&#logo
width: 480px
height: 353px
width: 430px
height: 220px
position: absolute
top: 5px
left: 40px
z-index: 1
background: image-url('logo.png') left -85px no-repeat
background: image-url('logo.png') center top no-repeat
&#indexBanner
width: 100%

View file

@ -11,7 +11,10 @@ require 'capybara/rspec'
require 'capybara/poltergeist'
Capybara.register_driver :poltergeist do |app|
Capybara::Poltergeist::Driver.new(app, :phantomjs_logger => File.open('/dev/null'))
Capybara::Poltergeist::Driver.new(app,
timeout: 15,
phantomjs_logger: File.open('/dev/null')
)
end
Capybara.javascript_driver = :poltergeist