annotate polls/static/css/polls.css @ 645:99f7917702ca

Fix 081a88b3bfc8, javascript resize of forum images. Commit 081a88b3bfc8 broke those pages that loaded forums.js but did not load the imagesLoaded jQuery extension. Now we have arranged it so that only the forums topic view loads imagesLoaded and put the resizing javascript inline.
author Brian Neal <bgneal@gmail.com>
date Mon, 11 Mar 2013 15:30:25 -0500
parents ee87ea74d46b
children
rev   line source
bgneal@312 1 .poll-form {
bgneal@312 2 padding-bottom: 1em;
bgneal@312 3 }
bgneal@312 4 .poll-form ul {
bgneal@312 5 list-style: none;
bgneal@312 6 padding-bottom: 0.5em;
bgneal@312 7 }
bgneal@312 8 .poll-form li {
bgneal@312 9 padding: 0.5em 0 0.5em 0.5em;
bgneal@312 10 }
bgneal@312 11 dl.poll-result {
bgneal@312 12 width: 80%;
bgneal@312 13 }