Implement polls

This commit is contained in:
calzoneman 2013-03-16 16:49:58 -05:00
parent 741fe8e21f
commit bc187c99f5
9 changed files with 172 additions and 0 deletions

View file

@ -91,3 +91,7 @@
.greentext {
color: #789922; /* Color value directly from 4chan */
}
.option button {
margin-right: 15px;
}