there is a difference in how firefox and chrome render the padding in css. what appears correct in chrome is extra padded in firefox. is there a way to solve?
.b
u can set a different padding for firefox
.button { padding:0; } @-moz-document url-prefix() { .button { padding:10px; } }