From: Zlatan Vasović Date: Thu, 17 Oct 2013 19:25:08 +0000 (+0200) Subject: FIx invalid element selector X-Git-Tag: v3.0.1~39^2~17^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5f79354dbea3ec5b0d99d2b6cd2376f3e4ee268e;p=thirdparty%2Fbootstrap.git FIx invalid element selector `kbd` (keyboard) is right, not `kdb`. :P --- diff --git a/less/code.less b/less/code.less index e12835401d..54ab46ac80 100644 --- a/less/code.less +++ b/less/code.less @@ -5,7 +5,7 @@ // Inline and block code styles code, -kdb, +kbd, pre, samp { font-family: @font-family-monospace;