]> WPIA git - motion.git/blobdiff - templates/motion.html
more bootstrap adjustments
[motion.git] / templates / motion.html
index 051b8d659c88f4c6839adfcdf47fe8cb462ce5dd..9e7f2a8904779bbcae93e3979ab73ae18ef2bb89 100644 (file)
@@ -21,7 +21,7 @@
 {%- if motion.yes or motion.no or motion.abstain %}
     <p>
 {%- for vote in ['yes', 'no', 'abstain'] %}
-{{vote|capitalize}} <span class="badge">{{motion[vote]}}</span><br>
+{{vote|capitalize}} <span class="badge badge-pill badge-secondary">{{motion[vote]}}</span><br>
 {%- endfor %}
     </p>
 {%- endif %}