Update to Bootstrap 3.0.2

This commit is contained in:
Ben Word
2013-11-06 19:16:58 -06:00
parent 8b5e7fa27a
commit 5fe6c44dab
56 changed files with 49 additions and 51 deletions

0
assets/less/bootstrap/alerts.less Normal file → Executable file
View File

0
assets/less/bootstrap/badges.less Normal file → Executable file
View File

0
assets/less/bootstrap/bootstrap.less vendored Normal file → Executable file
View File

0
assets/less/bootstrap/breadcrumbs.less Normal file → Executable file
View File

0
assets/less/bootstrap/button-groups.less Normal file → Executable file
View File

0
assets/less/bootstrap/buttons.less Normal file → Executable file
View File

0
assets/less/bootstrap/carousel.less Normal file → Executable file
View File

0
assets/less/bootstrap/close.less Normal file → Executable file
View File

0
assets/less/bootstrap/code.less Normal file → Executable file
View File

0
assets/less/bootstrap/component-animations.less Normal file → Executable file
View File

0
assets/less/bootstrap/dropdowns.less Normal file → Executable file
View File

14
assets/less/bootstrap/forms.less Normal file → Executable file
View File

@@ -92,14 +92,6 @@ output {
vertical-align: middle;
}
// Placeholder
//
// Placeholder text gets special styles because when browsers invalidate entire
// lines if it doesn't understand a selector/
.form-control {
.placeholder();
}
// Common form controls
//
@@ -142,6 +134,12 @@ output {
// Customize the `:focus` state to imitate native WebKit styles.
.form-control-focus();
// Placeholder
//
// Placeholder text gets special styles because when browsers invalidate entire
// lines if it doesn't understand a selector/
.placeholder();
// Disabled and read-only inputs
// Note: HTML5 says that controls under a fieldset > legend:first-child won't
// be disabled if the fieldset is disabled. Due to implementation difficulty,

0
assets/less/bootstrap/glyphicons.less Normal file → Executable file
View File

0
assets/less/bootstrap/grid.less Normal file → Executable file
View File

0
assets/less/bootstrap/input-groups.less Normal file → Executable file
View File

0
assets/less/bootstrap/jumbotron.less Normal file → Executable file
View File

0
assets/less/bootstrap/labels.less Normal file → Executable file
View File

0
assets/less/bootstrap/list-group.less Normal file → Executable file
View File

0
assets/less/bootstrap/media.less Normal file → Executable file
View File

4
assets/less/bootstrap/mixins.less Normal file → Executable file
View File

@@ -750,7 +750,7 @@
.col(1); // kickstart it
}
.calc-grid(@index, @class, @type) when (@type = width) {
.calc-grid(@index, @class, @type) when (@type = width) and (@index > 0) {
.col-@{class}-@{index} {
width: percentage((@index / @grid-columns));
}
@@ -772,7 +772,7 @@
}
// Basic looping in LESS
.make-grid(@index, @class, @type) when (@index > 0) {
.make-grid(@index, @class, @type) when (@index >= 0) {
.calc-grid(@index, @class, @type);
// next iteration
.make-grid(@index - 1, @class, @type);

0
assets/less/bootstrap/modals.less Normal file → Executable file
View File

0
assets/less/bootstrap/navbar.less Normal file → Executable file
View File

0
assets/less/bootstrap/navs.less Normal file → Executable file
View File

0
assets/less/bootstrap/normalize.less vendored Normal file → Executable file
View File

0
assets/less/bootstrap/pager.less Normal file → Executable file
View File

0
assets/less/bootstrap/pagination.less Normal file → Executable file
View File

2
assets/less/bootstrap/panels.less Normal file → Executable file
View File

@@ -96,7 +96,7 @@
border-bottom: 1px solid transparent;
.border-top-radius(@panel-border-radius - 1);
& > .dropdown .dropdown-toggle {
> .dropdown .dropdown-toggle {
color: inherit;
}
}

0
assets/less/bootstrap/popovers.less Normal file → Executable file
View File

0
assets/less/bootstrap/print.less Normal file → Executable file
View File

0
assets/less/bootstrap/progress-bars.less Normal file → Executable file
View File

0
assets/less/bootstrap/responsive-utilities.less Normal file → Executable file
View File

0
assets/less/bootstrap/scaffolding.less Normal file → Executable file
View File

0
assets/less/bootstrap/tables.less Normal file → Executable file
View File

0
assets/less/bootstrap/theme.less Normal file → Executable file
View File

23
assets/less/bootstrap/thumbnails.less Normal file → Executable file
View File

@@ -14,18 +14,17 @@
margin-left: auto;
margin-right: auto;
}
}
// Add a hover state for linked versions only
a&:hover,
a&:focus,
a&.active {
border-color: @link-color;
}
// Add a hover state for linked versions only
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
border-color: @link-color;
}
// Image captions
.thumbnail .caption {
padding: @thumbnail-caption-padding;
color: @thumbnail-caption-color;
// Image captions
.caption {
padding: @thumbnail-caption-padding;
color: @thumbnail-caption-color;
}
}

0
assets/less/bootstrap/tooltip.less Normal file → Executable file
View File

0
assets/less/bootstrap/type.less Normal file → Executable file
View File

0
assets/less/bootstrap/utilities.less Normal file → Executable file
View File

0
assets/less/bootstrap/variables.less Normal file → Executable file
View File

0
assets/less/bootstrap/wells.less Normal file → Executable file
View File