mirror of
https://github.com/ENSL/ensl.org.git
synced 2025-01-15 22:30:53 +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
|
padding-bottom: 20px
|
||||||
|
|
||||||
&#logo
|
&#logo
|
||||||
width: 480px
|
width: 430px
|
||||||
height: 353px
|
height: 220px
|
||||||
position: absolute
|
position: absolute
|
||||||
top: 5px
|
top: 5px
|
||||||
|
left: 40px
|
||||||
z-index: 1
|
z-index: 1
|
||||||
background: image-url('logo.png') left -85px no-repeat
|
background: image-url('logo.png') center top no-repeat
|
||||||
|
|
||||||
&#indexBanner
|
&#indexBanner
|
||||||
width: 100%
|
width: 100%
|
||||||
|
|
|
@ -11,7 +11,10 @@ require 'capybara/rspec'
|
||||||
require 'capybara/poltergeist'
|
require 'capybara/poltergeist'
|
||||||
|
|
||||||
Capybara.register_driver :poltergeist do |app|
|
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
|
end
|
||||||
|
|
||||||
Capybara.javascript_driver = :poltergeist
|
Capybara.javascript_driver = :poltergeist
|
||||||
|
|
Loading…
Reference in a new issue