aboutsummaryrefslogtreecommitdiff
path: root/less
AgeCommit message (Collapse)AuthorFilesLines
2013-12-15minor refactoring of 4ee93c9f8529cfeef56d4178b91e1ddcb0bff09cChris Rebert1-9/+11
2013-12-15copyeditingChris Rebert5-5/+5
2013-12-15Fixes #10492 again, this time for last row's corners on striped tablesMark Otto1-0/+11
2013-12-15Add new form feedback states, clean up existing form stylesMark Otto3-16/+49
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.
2013-12-15Fixes #11266: Apply a pixel-based line-height to date inputs for iOS 7Mark Otto1-0/+8
2013-12-15formatting and commentMark Otto1-0/+5
2013-12-15Merge branch 'master' into pr/11817Mark Otto18-224/+235
Conflicts: dist/css/bootstrap.min.css less/input-groups.less
2013-12-15Fixes #11402: Updated fix for select.form-control width in inline-formsMark Otto1-0/+5
2013-12-15Merge pull request #11494 from blowsie/patch-2Mark Otto1-2/+2
Fixed single dropdown-toggle in btn-group-veritcal not being rounded
2013-12-15Fixes #11660: Depcreate small and .small in blockquote in favor of footerMark Otto1-0/+4
2013-12-15revert an earlier change to move the component-animations.less file because ↵Mark Otto1-1/+1
it fubared modal backdrop .fade usage
2013-12-15Merge branch 'master' into pr/11676Mark Otto23-330/+427
Conflicts: less/modals.less
2013-12-15Merge pull request #11840 from ZDroid/pagination-boomMark Otto2-5/+13
Improve pager customization
2013-12-15Fixes #11770: Move component-animations.less to the utility section of ↵Mark Otto1-1/+1
import list to match Customizer
2013-12-15Restyle the blockquote to not thin text or change line-heightMark Otto1-2/+0
2013-12-15Change variableMark Otto2-13/+13
2013-12-15Merge branch 'master' of github.com:twbs/bootstrapMark Otto2-2/+2
2013-12-15Fixes #11829: Adds .make-xs-column mixinsMark Otto1-0/+15
2013-12-15Merge pull request #11861 from freeman/masterMark Otto2-2/+2
Issue #11852 : create a new variable for the list group active item link...
2013-12-15comments and spacingMark Otto1-17/+3
2013-12-15Fixes #11801: use correct variables for grid containersMark Otto1-2/+2
2013-12-14Fixes #11588: Scope font-size to only p elements in a .jumbotron and remove ↵Mark Otto1-5/+3
the supersized line-height from the base class
2013-12-14Fixes #11555: Add `@tooltip-opacity` variableMark Otto2-1/+2
2013-12-14Fixes #11572: Add contextual background-color classes to match text classes; ↵Mark Otto1-6/+43
move both sets of classes to Helper Classes section of the CSS docs
2013-12-14Fixes #11561: Add float: left; to .form-control within input groups to ↵Mark Otto1-0/+5
prevent IE9 from screwing up placeholder text and select menu arrows
2013-12-14Merge pull request #11326 from ZDroid/animationsMark Otto1-0/+24
Add `.animation-*()` mixins
2013-12-14Merge branch 'master' into pr/11435Mark Otto27-515/+459
Conflicts: dist/css/bootstrap.css dist/css/bootstrap.min.css
2013-12-14Merge branch 'master' into pr/11302Mark Otto27-413/+482
Conflicts: dist/css/bootstrap.css dist/css/bootstrap.min.css
2013-12-14Merge branch 'master' into pr/11162Mark Otto29-449/+557
Conflicts: less/modals.less
2013-12-14Merge branch 'master' into pr/11107Mark Otto29-441/+550
Conflicts: docs-assets/js/raw-files.js
2013-12-14Merge pull request #11286 from BBosman/well-borderMark Otto2-1/+2
Add well-border variable
2013-12-14Fixes #10921: Add support for input groups within button toolbarsMark Otto1-7/+6
* 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/.
2013-12-14Merge branch 'master' into pr/10951Mark Otto30-745/+672
Conflicts: dist/css/bootstrap.min.css less/modals.less
2013-12-14Fixes #10370: Improved and deprecated dropdown menu alignment optionsMark Otto2-8/+27
* 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.
2013-12-14Fixes #11867: Add `@panel-body-padding` variableMark Otto2-2/+4
2013-12-14Merge branch 'master' into pr/11868Mark Otto2-1/+8
Conflicts: dist/css/bootstrap.min.css
2013-12-13Fixes #10495: Float Glyphicon and set margins in .navbar-brand to ensure ↵Mark Otto1-0/+7
there is no added height because wtf even is CSS
2013-12-13Merge pull request #11874 from ZDroid/hotfixChris Rebert1-1/+1
';' isn't needed
2013-12-13';' isn't neededZlatan Vasović1-1/+1
2013-12-13use @zindex-modal for .modal and @zindex-modal-background for .modal-backdrop.Tobias Lindig1-3/+2
removed z-index for .modal-dialog, it was not necessary because the parent element (.modal) already has a z-index.
2013-12-12-ms-transform is for IE9 only, IE10+ don't require itMark Otto1-6/+6
2013-12-12Merge pull request #11819 from janpanschab/ms-transform-originMark Otto1-0/+1
Transform-origin mixin for IE
2013-12-12Issue #11852 : create a new variable for the list group active item link text.mrasscha2-2/+2
2013-12-12Added @dropdown-caret-color variable back to variables.less (deprecated)dzwillia1-0/+3
2013-12-11Merge pull request #11841 from ZDroid/breadcrumbsMark Otto2-5/+7
Use variables for breadcrumb padding
2013-12-11Use variables for breadcrumb paddingZlatan Vasović2-5/+7
2013-12-11Improve pager customizationZlatan Vasović2-5/+13
2013-12-10transform origin mixin for explorerJan Panschab1-0/+1
2013-12-10hide space characters in input-group-btn to fix segmented buttons double borderTobias Lindig1-2/+4
2013-12-09misc strictMath compliance fixesChris Rebert3-4/+4