Hi:
I have inspected the document, and I don't find any font-size selector to modify font-size of buttons ... where are they ? :P
The computed style for one of them is:
- -webkit-background-clip: padding-box;
- background-attachment: scroll;
- background-clip: padding-box;
- background-color: #EEE;
- background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FDFDFD), to(#EEE));
- background-origin: padding-box;
- border-bottom-color: #CCC;
- border-bottom-right-radius: 9px;
- border-bottom-style: solid;
- border-bottom-width: 1px;
- border-left-color: #CCC;
- border-left-style: solid;
- border-left-width: 1px;
- border-right-color: #CCC;
- border-right-style: solid;
- border-right-width: 1px;
- border-top-color: #CCC;
- border-top-right-radius: 9px;
- border-top-style: solid;
- border-top-width: 1px;
- color: #444;
- cursor: pointer;
- display: inline-block;
- font-family: Helvetica, Arial, sans-serif;
- font-weight: bold;
- height: 37px;
- margin-bottom: 0px;
- margin-left: 0px;
- margin-right: 0px;
- margin-top: 0px;
- padding-bottom: 0px;
- padding-left: 0px;
- padding-right: 0px;
- padding-top: 0px;
- position: relative;
- text-align: center;
- text-decoration: none;
- text-shadow: #F6F6F6 0px 1px 1px;
- width: 151px;
No font-size!!! :(
Thank you !