| Index: chrome/common/extensions/docs/static/sass/_typography.scss
|
| diff --git a/chrome/common/extensions/docs/static/sass/_typography.scss b/chrome/common/extensions/docs/static/sass/_typography.scss
|
| index ef6722c8c26c015c64cd7eaa4d535a02e906bd89..b22516848b8247613b3b6ad167573262c83e4da4 100644
|
| --- a/chrome/common/extensions/docs/static/sass/_typography.scss
|
| +++ b/chrome/common/extensions/docs/static/sass/_typography.scss
|
| @@ -227,3 +227,23 @@ hr {
|
| .capitalize::first-letter {
|
| text-transform: uppercase;
|
| }
|
| +
|
| +.kbd {
|
| + background-color: #f7f7f7;
|
| + border: 1px solid #ccc;
|
| + color: #333;
|
| + font-size: 11px;
|
| + line-height: 1.4;
|
| + text-shadow: 0 1px 0 #fff;
|
| + font-family: Arial,Helvetica,sans-serif;
|
| + display: inline-block;
|
| + padding: 0.1em 0.6em;
|
| + margin: 0 0.1em;
|
| + white-space: nowrap;
|
| + -webkit-box-shadow: 0 1px 0px rgba(0, 0, 0, 0.2), 0 0 0 2px #ffffff inset;
|
| + -moz-box-shadow: 0 1px 0px rgba(0, 0, 0, 0.2), 0 0 0 2px #ffffff inset;
|
| + box-shadow: 0 1px 0px rgba(0, 0, 0, 0.2), 0 0 0 2px #ffffff inset;
|
| + -webkit-border-radius: 3px;
|
| + -moz-border-radius: 3px;
|
| + border-radius: 3px;
|
| +}
|
|
|