forked from bofh/fetsite
added header image to infoscreen
This commit is contained in:
@@ -15,8 +15,8 @@
|
|||||||
<% i=1 %>
|
<% i=1 %>
|
||||||
<% @neuigkeiten.each do |n| %>
|
<% @neuigkeiten.each do |n| %>
|
||||||
|
|
||||||
<div class="step contentbox" id="step-<%=i%>" style=" height:500px; width:860px; padding-top:210px; padding-left:10px; padding-right:10px<%#; display:block%>" data-duration="1000000"><% @toolbar_elements=[];@questions=[] %>
|
<div class="step contentbox" id="step-<%=i%>" data-rotate="<%= Random.rand(0..18)*10 %>" style=" height:500px; width:860px; padding-top:210px; padding-left:10px; padding-right:10px<%#; display:block%>" data-duration="1000000"><% @toolbar_elements=[];@questions=[] %>
|
||||||
<div class="media" style="width: 960px; height:340px; transform: scale(1.5) translate(120px,50px)" >
|
<div class="media" style="width: 840px; height:480px; 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? %>
|
||||||
<p>
|
<p>
|
||||||
|
|||||||
Reference in New Issue
Block a user