forked from bofh/fetsite
added header image to infoscreen
This commit is contained in:
@@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
<div class="step contentbox" id="step-<%=i%>" data-x="<%= i *2000 %>" data-y="<%= Random.rand(0..5)*200 %>" data-rotate="<%= Random.rand(0..18)*10 %>" style=" height:400px; width:660px; padding-top:50px; padding-left:10px; padding-right:10px; display:block" data-duration="10000"><% @toolbar_elements=[];@questions=[] %>
|
<div class="step contentbox" id="step-<%=i%>" data-x="<%= i *2000 %>" data-y="<%= Random.rand(0..5)*200 %>" data-rotate="<%= Random.rand(0..18)*10 %>" style=" height:400px; width:660px; padding-top:50px; padding-left:10px; padding-right:10px; display:block" data-duration="10000"><% @toolbar_elements=[];@questions=[] %>
|
||||||
|
|
||||||
<div class="media" style="width: 660px; height:340px; transform: scale(1.5) translate(120px,50px)" >
|
<div class="media" style="width: 960px; height:340px; transform: scale(1.5) translate(120px,50px)" >
|
||||||
|
|
||||||
<div class="pull-left" href="#" style="max-width:200px;">
|
<div class="pull-left" href="#" style="max-width:200px;">
|
||||||
<% unless n.picture_robust.big_thumb.to_s.empty? %>
|
<% unless n.picture_robust.big_thumb.to_s.empty? %>
|
||||||
|
|||||||
Reference in New Issue
Block a user