When I used the code below in Custom Design to change bullet style it worked great - EXCEPT it made a few things on my home page screwy. Is there a way through Custom Design CSS to apply the code to specific pages only? Or possibly apply the code to every page in the site EXCEPT the home page?
ul {
list-style-type:disc;
list-style-image:url('http://brownschool.wustl.edu/resources/PublishingImages/arrow.png');
list-style-position:inside;
}
The blog I need help with is connectwithbrown.com.