html - text showing a line above CSS randomly -


the texts inside buttons class keep showing line above. how can remove ? example add cart button or wish-list on main page http://barajon.com/store/product.php?productid=17533&cat=274&page=1.

you applying button background image spans containing text inside button (as button itself), via set of rules:

button, button span {     font-family: glove;     font-size: 16px;     background: url(../../skin/busy-kitchen/css/../images/add2cart.png) no-repeat;     width: 248px;     height: 31px;     border-radius: 8px;     color: white; } 

remove background rule selector remove background image spans, , should normal. how affects rest of site, i'm not sure.


Comments

Popular posts from this blog

Why does Ruby on Rails generate add a blank line to the end of a file? -

keyboard - Smiles and long press feature in Android -

node.js - Bad Request - node js ajax post -