change from triangles to solid background
This commit is contained in:
parent
1537d5f290
commit
cf2d80c4e2
2 changed files with 2 additions and 2 deletions
|
|
@ -36,7 +36,7 @@
|
||||||
|
|
||||||
|
|
||||||
%h3.text-center
|
%h3.text-center
|
||||||
Don't miss out!
|
Join us!
|
||||||
%br
|
%br
|
||||||
- if @conference.program.events.highlights.any?
|
- if @conference.program.events.highlights.any?
|
||||||
.row
|
.row
|
||||||
|
|
|
||||||
|
|
@ -93,6 +93,6 @@
|
||||||
cell_size: 100,
|
cell_size: 100,
|
||||||
x_colors: triangle_colors
|
x_colors: triangle_colors
|
||||||
});
|
});
|
||||||
$('#banner').css('background-image', 'url("' + pattern.png() + '")');
|
$('#banner').css('background-color', "#{@conference.color}");
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue