diff static/css/base.css @ 534:98f5facc0030

Clean up the birthday block. Get rid of space between name and comma. Get rid of bullets.
author Brian Neal <bgneal@gmail.com>
date Tue, 27 Dec 2011 01:15:27 +0000
parents 85d7b62d5c17
children 99d7bf8cd712
line wrap: on
line diff
--- a/static/css/base.css	Mon Dec 26 23:05:29 2011 +0000
+++ b/static/css/base.css	Tue Dec 27 01:15:27 2011 +0000
@@ -434,6 +434,10 @@
    padding: 0.5em;
 }
 
+ul.no-bullet {
+ list-style: none;
+ padding-left: 0.5em;
+}
 ul.no-bullet-inline-block {
  list-style: none;
 }