diff options
| author | Mark Otto <[email protected]> | 2014-06-10 23:15:09 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-06-10 23:15:09 -0700 |
| commit | f09d6b7a9827452d259b4daafbe3f8341b557776 (patch) | |
| tree | 7359a689aeeb3cc19529ada0f3a6cac97d000c90 /dist/css/bootstrap.css | |
| parent | ed2da1c3544458aa4f113dbf4864b99f803f404d (diff) | |
| download | bootstrap-f09d6b7a9827452d259b4daafbe3f8341b557776.tar.xz bootstrap-f09d6b7a9827452d259b4daafbe3f8341b557776.zip | |
grunt
Diffstat (limited to 'dist/css/bootstrap.css')
| -rw-r--r-- | dist/css/bootstrap.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index 425c26c3b..6bd664017 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -1357,6 +1357,12 @@ kbd { -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25); box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25); } +kbd kbd { + padding: 0; + font-size: 100%; + -webkit-box-shadow: none; + box-shadow: none; +} pre { display: block; padding: 9.5px; |
