You caught us on a holiday weekend. Sorry for the delay.
Seems there is no end to the number of ways people can add a bullet to a list item. This rule is currently in your skin.css:
[css]
.widget_nav_menu li:before, .widget_links li:before, .widget_meta li:before, .entry-content ul li:before { content: '\ 0 0 b 7'; color: #545454;font-size: 46px; position: absolute; top: 7px; left: 4px; font-family: "Times New Roman", sans-serif; }
To override that, please add this to the rules you have already added to style.css:
[css]
body .gform_wrapper form .gform_body ul li:before {
content: none;
}
Posted 12 years ago on Monday September 3, 2012 |
Permalink