From b1215d1b2ecd6cd3898af19ce43cc647e2ec854a Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sat, 7 Dec 2013 12:18:13 -0800 Subject: Fixes #11193: Add kbd element styles to indicate user input via keyboard --- dist/css/bootstrap.css | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'dist/css/bootstrap.css') diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index 4d11858c7..772706200 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; -- cgit v1.2.3