vendor/toolkit/twitter/bootstrap/code.less in twitter-bootswatch-rails-3.1.1.1 vs vendor/toolkit/twitter/bootstrap/code.less in twitter-bootswatch-rails-3.2.0.0

- old
+ new

@@ -15,11 +15,10 @@ code { padding: 2px 4px; font-size: 90%; color: @code-color; background-color: @code-bg; - white-space: nowrap; border-radius: @border-radius-base; } // User input typically entered via keyboard kbd { @@ -27,9 +26,15 @@ font-size: 90%; color: @kbd-color; background-color: @kbd-bg; border-radius: @border-radius-small; box-shadow: inset 0 -1px 0 rgba(0,0,0,.25); + + kbd { + padding: 0; + font-size: 100%; + box-shadow: none; + } } // Blocks of code pre { display: block;