For example I want to change this original class so that the padding is less:
--------------------------------
.ow_box_empty .ow_newsfeed_btns { background: none repeat scroll 0 0 #fff1db; border: 1px solid #dadada; margin-left: -6px; margin-right: -6px; padding: 10px;}
--------------------------------Can I simply enter this or do I need to paste the entire class with only changes to the padding attribute?
.ow_box_empty .ow_newsfeed_btns {
padding: 5px;}
Thanks,