html {
- font: 100% 'Trebuchet MS', sans-serif;
+ font: 90% 'Trebuchet MS', sans-serif;
}
body {
.menu { padding: 0.5em; }
.button {
+ font: inherit;
display: inline-block;
text-decoration: none;
line-height: 1.5em;
- margin: 0;
cursor: pointer;
- border-width: 1px;
- border-style: solid;
+ background-color: #3C3C3B;
+ border: solid 1px #3C3C3B;
+ border-radius: 4px;
+ -webkit-border-radius: 4px;
white-space: nowrap;
+ -webkit-box-sizing: border-box;
+ -moz-box-sizing: border-box;
box-sizing: border-box;
color: #ddd;
- background-color: #3C3C3B;
- border-color: #3C3C3B;
- border-radius: 4px;
+ margin: 0;
padding: 0 0.2em;
}