view gpp/polls/static/css/polls.css @ 344:7eed448b399c

Fix #162; make username larger in forum posts.
author Brian Neal <bgneal@gmail.com>
date Sun, 27 Feb 2011 22:58:48 +0000
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%;
}