added header image to infoscreen
This commit is contained in:
@@ -15,8 +15,8 @@
|
||||
<% i=1 %>
|
||||
<% @neuigkeiten.each do |n| %>
|
||||
|
||||
<div class="step contentbox" id="step-<%=i%>" data-x="<%= i *2000 %>" data-y="<%= Random.rand(0..5)*200 %>" style=" height:400px; width:660px; padding-left:10px;<%#; display:block%>" data-duration="1000000"><% @toolbar_elements=[];@questions=[] %>
|
||||
<div class="media" style="width: 640px; height:380px; transform: scale(1.5) translate(120px,50px)" >
|
||||
<div class="step contentbox" id="step-<%=i%>" data-x="<%= i *2000 %>" data-y="<%= Random.rand(0..5)*200 %>" style=" height:600px; width:1060px; padding-left:10px;<%#; display:block%>" data-duration="10000"><% @toolbar_elements=[];@questions=[] %>
|
||||
<div class="media" style="width: 640px; height:380px; transform: scale(1) translate(120px,50px)" >
|
||||
<div class="pull-left" href="#" style="max-width:200px;">
|
||||
<% unless n.picture_robust.big_thumb.to_s.empty? %>
|
||||
<p>
|
||||
|
||||
Reference in New Issue
Block a user