diff gpp/polls/static/css/polls.css @ 312:88b2b9cb8c1f

Fixing #142; cut over to the django.contrib.staticfiles app.
author Brian Neal <bgneal@gmail.com>
date Thu, 27 Jan 2011 02:56:10 +0000
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/gpp/polls/static/css/polls.css	Thu Jan 27 02:56:10 2011 +0000
@@ -0,0 +1,13 @@
+.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%;
+}