AutoCommit Sam Aug 1 13:03:01 CEST 2015

This commit is contained in:
Andreas Stephanides
2015-08-01 13:03:01 +02:00
parent 234880d90e
commit fb99d55734
11 changed files with 37 additions and 34 deletions

View File

@@ -1,4 +1,4 @@
<div id="container_question_<%= answeredquestion.id %>" style="min-width: 310px; max-width: 800px; height: <%= (100+answeredquestion.choices.count * 50).to_s%>px; margin: 0 auto" class="contentbox">
<div id="container_question_<%= answeredquestion.id %>" style="min-width: 310px; max-width: 800px; height: <%= (100+answeredquestion.choices.count * 90).to_s%>px; margin: 0 auto" class="contentbox">
<div style="background:red"><b><%= answeredquestion.title%></b>
<ul>