fixes css to render properly poll module (BLD-839)

This commit is contained in:
Adam Palay
2014-02-13 16:47:35 -05:00
parent 3a7b265c8a
commit 227197ec18

View File

@@ -1,4 +1,4 @@
section.poll_question {
div.poll_question {
@media print {
display: block;
width: auto;
@@ -20,7 +20,7 @@ section.poll_question {
font-size: 1.9em;
&.problem-header {
section.staff {
div.staff {
margin-top: 30px;
font-size: 80%;
}