@@ -84,14 +84,6 @@ h6 {
.page-header h1 {
line-height: 1;
}
.page-header.action {
.clearfix();
margin-bottom:0px;
h1,h2 {
float:left;
margin-bottom:0px;
}
}


// LISTS
@@ -8,9 +8,6 @@
.pull-left {
float: left;
}
.pull-clear {
clear: both;
}

// Toggling content
.hide {
@@ -9,25 +9,8 @@
border: 1px solid rgba(0,0,0,.05);
.border-radius(4px);
.box-shadow(inset 0 1px 1px rgba(0,0,0,.05));
.clearfix();
blockquote {
border-color: #ddd;
border-color: rgba(0,0,0,.15);
}
}
.well-success {
background-color: @successBackground;
border-color: @successBorder;
}
.well-danger {
background-color: @errorBackground;
border-color: @errorBorder;
}
.well-info {
background-color: @infoBackground;
border-color: @infoBorder;
}
.well-blank {
background-color: @white;
border-color: rgba(0,0,0,.1);
}
@@ -23,6 +23,14 @@
background:none;
padding:0px 0px @gridGutterWidth / 2;
}
.page-header.action {
.clearfix();
margin-bottom:0px;
h1,h2 {
float:left;
margin-bottom:0px;
}
}
.cart {
margin:0px;
.clearfix();
@@ -41,4 +41,38 @@ body {
.navbar-inner {
.border-radius(inherit)
}
}
// WELLS
// -----
.well {
.clearfix();
}
.well-success {
background-color: @successBackground;
border-color: @successBorder;
}
.well-danger {
background-color: @errorBackground;
border-color: @errorBorder;
}
.well-info {
background-color: @infoBackground;
border-color: @infoBorder;
}
.well-blank {
background-color: @white;
border-color: rgba(0,0,0,.1);
}
// UTILITY CLASSES
// ---------------
.pull-clear {
clear: both;
}
// FORMS
// ------------
form {
.clearfix();
}
.form-actions {
.clearfix();
}
@@ -25,12 +25,10 @@

// Base CSS
@import "bootstrap/type.less";
/*@import "bootstrap/code.less";*/
@import "bootstrap/forms.less";
@import "bootstrap/tables.less";

// Components: common
/*@import "bootstrap/sprites.less";*/
@import "bootstrap/dropdowns.less";
@import "bootstrap/wells.less";
@import "bootstrap/component-animations.less";
@@ -45,19 +43,13 @@
@import "bootstrap/navs.less";
@import "bootstrap/navbar.less";
@import "bootstrap/breadcrumbs.less";
/*@import "bootstrap/pagination.less";*/
@import "bootstrap/pager.less";

// Components: Popovers
@import "bootstrap/modals.less";
/*@import "bootstrap/tooltip.less";*/
/*@import "bootstrap/popovers.less";*/

// Components: Misc
/*@import "bootstrap/thumbnails.less";*/
@import "bootstrap/labels.less";
/*@import "bootstrap/progress-bars.less";*/
/*@import "bootstrap/accordion.less";*/
@import "bootstrap/carousel.less";
@import "bootstrap/hero-unit.less";