Bootstrap 3 RC1

This commit is contained in:
Ben Word
2013-07-28 12:32:45 -05:00
109 changed files with 6315 additions and 7210 deletions

View File

@@ -8,9 +8,9 @@
min-height: 20px;
padding: 19px;
margin-bottom: 20px;
background-color: @wellBackground;
border: 1px solid darken(@wellBackground, 7%);
.border-radius(@baseBorderRadius);
background-color: @well-bg;
border: 1px solid darken(@well-bg, 7%);
border-radius: @border-radius-base;
.box-shadow(inset 0 1px 1px rgba(0,0,0,.05));
blockquote {
border-color: #ddd;
@@ -21,9 +21,9 @@
// Sizes
.well-large {
padding: 24px;
.border-radius(@borderRadiusLarge);
border-radius: @border-radius-large;
}
.well-small {
padding: 9px;
.border-radius(@borderRadiusSmall);
border-radius: @border-radius-small;
}