update bootstrap to 3.0.0-rc2
[bootswatch] / bower_components / bootstrap / less / wells.less
old mode 100644 (file)
new mode 100755 (executable)
index 6a909f4..865abc2
 }
 
 // Sizes
-.well-large {
+.well-lg {
   padding: 24px;
   border-radius: @border-radius-large;
 }
-.well-small {
+.well-sm {
   padding: 9px;
   border-radius: @border-radius-small;
 }