vendor/assets/stylesheets/bootstrap/_code.scss in bootstrap-sass-2.1.1.0 vs vendor/assets/stylesheets/bootstrap/_code.scss in bootstrap-sass-2.2.1.0

- old
+ new

@@ -5,11 +5,11 @@ // Inline and block code styles code, pre { padding: 0 3px 2px; - @include font-family-monospace(); + @include font-family-monospace; font-size: $baseFontSize - 2; color: $grayDark; @include border-radius(3px); } @@ -33,11 +33,11 @@ white-space: pre; white-space: pre-wrap; background-color: #f5f5f5; border: 1px solid #ccc; // fallback for IE7-8 border: 1px solid rgba(0,0,0,.15); - @include border-radius(4px); + @include border-radius($baseBorderRadius); // Make prettyprint styles more spaced out for readability &.prettyprint { margin-bottom: $baseLineHeight; } @@ -53,6 +53,6 @@ // Enable scrollable blocks of code .pre-scrollable { max-height: 340px; overflow-y: scroll; -} \ No newline at end of file +}