view gpp/polls/static/css/polls.css @ 353:6a686ffb6609

Trying out a markdown extension to hopefully fix #166.
author Brian Neal <bgneal@gmail.com>
date Thu, 03 Mar 2011 03:00:15 +0000 (2011-03-03)
parents 88b2b9cb8c1f
children
line wrap: on
line source
.poll-form {
    padding-bottom: 1em;
}
.poll-form ul {
    list-style: none;
    padding-bottom: 0.5em;
}
.poll-form li {
    padding: 0.5em 0 0.5em 0.5em;
}
dl.poll-result {
    width: 80%;
}