0

I'm experiencing some problems styling buttons.

I'm using formalize.css from http://formalize.me/ and the Eric Meyer CSS Reset.

This is what happens in IE and Chrome:

enter image description here

The class for the buttons looks like this:

.paging_button
{
margin-top:2px;
width: 25px !important;
}

Any suggestions as to why the descriptions seem to float out of their normal position in IE and Chrome?

tw16
  • 29,215
  • 7
  • 63
  • 64
mldev
  • 1

1 Answers1

0

try padding: 0px; current default value is... padding: 1px 6px; I think?

Joseph Marikle
  • 76,418
  • 17
  • 112
  • 129