- 18 Dec, 2013 1 commit
-
-
Mark Otto authored
-
- 16 Dec, 2013 3 commits
-
-
Sebastian Podjasek authored
Fix handling of btn-group placed inside input-group-btn (used for mixing dropdowns with normal buttons)
-
Mark Otto authored
-
Mark Otto authored
New stuff: * Adds `.has-feedback` and `.form-control-feedback` to show icon-based form feedback to users. Fixes #11836. * Removes the `width: 1em` on `.glyphicon` because it makes it impractical to resize the width of all icons, even if they’re not “empty” (e.g., a simple `.glyphicon { width: 30px; }` wouldn’t work, nor would a class preceeded by a parent class. Clean up: * Sets `width: auto;` on all `.form-control`s within inline forms. * Removes all the inline `select` menu `width` styles because all inputs are now `auto`. * Update form states docs to separate out sections better.
-
- 15 Dec, 2013 12 commits
-
-
Mark Otto authored
-
Mark Otto authored
-
Mark Otto authored
-
Mark Otto authored
-
Mark Otto authored
revert an earlier change to move the component-animations.less file because it fubared modal backdrop .fade usage
-
Mark Otto authored
-
Mark Otto authored
-
Mark Otto authored
* Floats any `.input-group` within a toolbar * Simplifies the CSS to remove sibling selectors and instead use a negative amrgin on the parent with only `margin-left` See it in action: http://jsbin.com/aGEcUqAT/1/.
-
- 14 Dec, 2013 2 commits
-
-
Mark Otto authored
* Removes an old pair of selectors that didn’t properly target the right-aligned navbar alignment of dropdown menus. * Deprecates the `.pull-right` alignment in favor of a more specific and unique class name. * Adds `.dropdown-menu-right` as the new alignment class. This is then mixin-ed into the `.navbar-right.navbar-nav` dropdown menus for auto-alignment. * To override that auto-alignment, use `.dropdown-menu-left` as needed.
-
- 13 Dec, 2013 1 commit
-
-
Tobias Lindig authored
-
- 10 Dec, 2013 1 commit
-
-
Tobias Lindig authored
-
- 09 Dec, 2013 7 commits
-
-
Chris Rebert authored
-
Mark Otto authored
Original discussion: https://github.com/less/less.js/issues/1437#issuecomment-21383639. Since we’re switching to `grunt-contrib-less`, we can take advantage of newer LESS features than what RECESS supported. Included in that is the ability to `:extend`, and not only that, but `:extend(.mixin-name all)`. By doing so, we remove duplicate CSS for all our elements that were being clearfix-ed. Fixes #8947, #8968, #8991, #9257, #9268, #9291, #9430, #9604, #9686, #9929, #10731, #10793, #11305, #11498, #11533, #11570, #11604, #11652. (dem issues, tho)
-
Mark Otto authored
-
Mark Otto authored
-
Mark Otto authored
-
Mark Otto authored
-
Mark Otto authored
-
- 08 Dec, 2013 3 commits
- 07 Dec, 2013 7 commits
-
-
Mark Otto authored
* Adds nav link to sidebar for contextual classes * Refactors to use prefixed classes, like .list-group-item-info, instead of chained classes * Adds default and linked variations to example in docs
-
Mark Otto authored
-
Mark Otto authored
-
Mark Otto authored
-
Mark Otto authored
-
XhmikosR authored
-
- 06 Dec, 2013 2 commits
-
-
Zlatan Vasović authored
-
Luke Noel-Storr authored
reverted changes in commit 96109d31 which seemed to break conditional classes in striped tables (ignoring the comment above that the previous rules were needed for just this purpose) fixes issue #11728
-
- 05 Dec, 2013 1 commit
-
-
Mark Otto authored
-