Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <otto@github.com>2013-12-08 00:18:13 +0400
committerMark Otto <otto@github.com>2013-12-08 00:18:13 +0400
commitb1215d1b2ecd6cd3898af19ce43cc647e2ec854a (patch)
tree0eb32a476a11c775eeeec5f5bb47731f918971ba /dist/css/bootstrap.css
parentfe58357df182b52f5905f432a3b2629c717656f1 (diff)
Fixes #11193: Add kbd element styles to indicate user input via keyboard
Diffstat (limited to 'dist/css/bootstrap.css')
-rw-r--r--dist/css/bootstrap.css9
1 files changed, 9 insertions, 0 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css
index 4d11858c70..772706200a 100644
--- a/dist/css/bootstrap.css
+++ b/dist/css/bootstrap.css
@@ -753,6 +753,15 @@ code {
border-radius: 4px;
}
+kbd {
+ padding: 2px 4px;
+ font-size: 90%;
+ color: #ffffff;
+ background-color: #333333;
+ border-radius: 3px;
+ box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
+}
+
pre {
display: block;
padding: 9.5px;