aboutsummaryrefslogtreecommitdiff
path: root/dist/css/bootstrap.css
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2014-06-10 23:15:09 -0700
committerMark Otto <[email protected]>2014-06-10 23:15:09 -0700
commitf09d6b7a9827452d259b4daafbe3f8341b557776 (patch)
tree7359a689aeeb3cc19529ada0f3a6cac97d000c90 /dist/css/bootstrap.css
parented2da1c3544458aa4f113dbf4864b99f803f404d (diff)
downloadbootstrap-f09d6b7a9827452d259b4daafbe3f8341b557776.tar.xz
bootstrap-f09d6b7a9827452d259b4daafbe3f8341b557776.zip
grunt
Diffstat (limited to 'dist/css/bootstrap.css')
-rw-r--r--dist/css/bootstrap.css6
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;