vendor/frameworks/twitter/bootstrap/code.scss in anjlab-bootstrap-rails-2.1.1.1 vs vendor/frameworks/twitter/bootstrap/code.scss in anjlab-bootstrap-rails-2.2.0.0
- old
+ new
@@ -33,10 +33,10 @@
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;
}