From: Mark Otto Date: Wed, 11 Jun 2014 06:09:25 +0000 (-0700) Subject: Merge pull request #13351 from Cecchi/nested-kbd X-Git-Tag: v3.2.0~73 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ed2da1c3544458aa4f113dbf4864b99f803f404d;p=thirdparty%2Fbootstrap.git Merge pull request #13351 from Cecchi/nested-kbd Add nested kbd element styles for actual keys or inputs --- ed2da1c3544458aa4f113dbf4864b99f803f404d diff --cc docs/_includes/css/code.html index 6e15b4c566,188bd18cad..675ac10e91 --- a/docs/_includes/css/code.html +++ b/docs/_includes/css/code.html @@@ -13,10 -13,11 +13,11 @@@ For example, <section>User input

Use the <kbd> to indicate input that is typically entered via keyboard.

- To switch directories, type cd followed by the name of the directory. + To switch directories, type cd followed by the name of the directory.
+ To edit settings, press ctrl + ,
{% highlight html %} - To switch directories, type cd followed by the name of the directory. +To switch directories, type cd followed by the name of the directory. {% endhighlight %}

Basic block