Template:Key/styles.css: Difference between revisions
mNo edit summary |
mNo edit summary |
||
Line 1: | Line 1: | ||
.keyboard-key { | .keyboard-key { | ||
border: 0.2em | border: solid 0.2em; | ||
border-radius: 2px; | border-radius: 2px; | ||
border-color: #DDD #BBB #BBB #DDD; | border-color: #DDD #BBB #BBB #DDD; | ||
padding: | padding: 0em 0.4em; | ||
background: #EEE; | background: #EEE; | ||
white-space: nowrap; | white-space: nowrap; | ||
font-size: small; | font-size: small; | ||
} | } |