AutoCommit Fre Jul 31 17:03:12 CEST 2015

This commit is contained in:
Andreas Stephanides
2015-07-31 17:03:12 +02:00
parent e61142382e
commit 02b3a651ca
10 changed files with 977 additions and 11 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">
<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 style="background:red"><b><%= answeredquestion.title%></b>
<ul>