mirror of
https://github.com/ENSL/ensl.org.git
synced 2024-12-27 21:10:54 +00:00
Updated logo
Hopefully fix travis builds
This commit is contained in:
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 |
|
@ -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%
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue