aboutsummaryrefslogtreecommitdiff
path: root/dist
AgeCommit message (Collapse)AuthorFilesLines
2013-07-26Fixes #8586: add addional color text classes to apply all of branch colors ↵Mark Otto2-17/+5
easily
2013-07-25Merge branch '3.0.0-wip' of github.com:twitter/bootstrap into 3.0.0-wipfat2-3/+8
2013-07-25fix affix…fat2-3/+9
2013-07-25Merge branch '3.0.0-wip' of github.com:twitter/bootstrap into 3.0.0-wipMark Otto2-3/+5
2013-07-25fixes #8560fat2-2/+4
2013-07-25fix collapse event #8596fat2-2/+2
2013-07-25Add `.panel-title` to panel component to mirror modalsMark Otto2-3/+8
/cc @leeaston
2013-07-25Update form validation statesMark Otto2-7/+7
* Once again no longer applies to single inputs (this is a bit simpler, but I'm open to new ideas) but the entire set of inputs, labels, and help text within a particular element. However, the styles are not too dependent on markup or layout, so they're super flexible. * Simplified the markup in the validation docs examples to match latest changes. * Renamed `.form-state-validation` mixin to `.form-control-validation` to match naming of prev commit.
2013-07-25Refactor forms stylesMark Otto2-139/+45
* Reorganize forms.less * Change from attribute selectors to `.form-control`. Few lines, less specific (meaning easier overrides as `element[type=""]` is more specific than a class), less intrusive, and more performant. * Add `.form-group` for basic spacing in vertical forms. * Remove (unnecessary?) `margin: 0;` from `form` element (as far as I can tell no browser sets that anyway).
2013-07-25twbs ALL the linksChris Rebert1-12/+12
2013-07-25run make on prev commitsMark Otto2-16/+16
2013-07-25fixes #8571 completely: add better th support for table classesMark Otto2-5/+17
2013-07-25make on prev commitsMark Otto2-2/+2
2013-07-24fixes #8568 -- account for margins in offsetJacob Thornton2-16/+9
2013-07-24fixes #8569Jacob Thornton1-4/+4
2013-07-24Merge branch '3.0.0-wip' of github.com:twitter/bootstrap into 3.0.0-wipJacob Thornton2-10/+25
2013-07-24fixes #8399 w/ testsJacob Thornton2-4/+4
2013-07-24Merge branch '3.0.0-wip' of github.com:twitter/bootstrap into 3.0.0-wipMark Otto2-5/+5
Conflicts: dist/css/bootstrap.min.css
2013-07-24make againMark Otto3-2/+19
2013-07-24Merge branch '3.0.0-wip' of https://github.com/salman-javed-confiz/bootstrap ↵Mark Otto3-8/+6
into salman-javed-confiz-3.0.0-wip
2013-07-24Merge pull request #8583 from liuyl/disabledMark Otto2-5/+5
set cursor to not-allowed for disabled elements
2013-07-24run make on prev commitsMark Otto1-3/+3
2013-07-24set cursor to not-allowed for disabled elementsliuyl2-5/+5
2013-07-24issues fixed for nav-justified on pills on android default browser.Salman Javed3-8/+6
2013-07-23Merge branch '3.0.0-wip' of github.com:twitter/bootstrap into 3.0.0-wipJacob Thornton2-24/+20
2013-07-23add placement auto for tooltips + tests… kinda sad about this doeJacob Thornton2-1/+25
2013-07-23Merge branch '3.0.0-wip' of github.com:twitter/bootstrap into 3.0.0-wipMark Otto2-5/+5
2013-07-23Run make on prev commitsMark Otto2-24/+20
2013-07-23Merge branch '3.0.0-wip' of github.com:twitter/bootstrap into 3.0.0-wipJacob Thornton2-5/+29
Conflicts: dist/js/bootstrap.min.js
2013-07-23fixes #7814Jacob Thornton2-6/+6
2013-07-23Fixes #8571: allow table classes in thead and tfootMark Otto2-5/+29
2013-07-23make on prev commitMark Otto2-2/+2
2013-07-23add additional carousel testJacob Thornton2-2/+2
2013-07-23revert collapse change + add emulateTransitionEvent to catch dead css ↵Jacob Thornton2-44/+47
transitions
2013-07-23fixes #7970Jacob Thornton2-2/+2
2013-07-23Drop rounded corners on `.table-bordered`Mark Otto2-67/+2
* Cuts close to 100 lines of CSS from the table CSS * File size aside, this drastically simplifies CSS for folks looking to build on top of the `.table-bordered` option as a starting point
2013-07-23Merge branch '3.0.0-wip' of github.com:twitter/bootstrap into 3.0.0-wipMark Otto2-2/+2
Conflicts: dist/css/bootstrap.min.css
2013-07-23No more left margin on dd elements, fixes #8567Mark Otto2-2/+2
2013-07-23@badge-bg should be @gray-light not #f5f5f5Francis Brunelle2-2/+2
2013-07-21Merge branch '3.0.0-wip' of github.com:twitter/bootstrap into 3.0.0-wipMark Otto2-2/+1
Conflicts: dist/css/bootstrap.min.css
2013-07-21remove useless display:inline-blockliuyl2-2/+1
2013-07-20Update file input to remove height and line-heightMark Otto2-5/+2
This particular form control is wildly inaccurate across browsers, so we're removing the `height` and `line-height`, but adding `display: block` so it renders similarly to our other inputs.
2013-07-20Remove commented out CSSMark Otto1-8/+0
2013-07-20Update vars for badges, breadcrumbs; update customize pageMark Otto2-2/+2
2013-07-19Fixes #8385: update carousel captionsMark Otto2-4/+7
* No longer hidden by default--up to users to figure that part out with longer content * Cleaned up styles and spacing
2013-07-19Fixes #8278: fix on printMark Otto2-1/+8
2013-07-19Variables reorganization and breadcrumbs updateMark Otto2-7/+6
* Place component vars alongside the rest of the component vars * Redo some of the breadcrumbs code to add a var and remove `text-shadow`
2013-07-18`<input>` and `<select>` sizing updateMark Otto2-5/+6
Restores `font-size` and more to the `<select>` element while also changing from `min-height` to `height` for input sizing. Fixes #8520 as opened by @ShaunR (would've merged that PR but I moved everything around right before).
2013-07-18Add minified CSS to dist folderMark Otto1-0/+9
2013-07-18Merge branch 'bs3_rc1' into 3.0.0-wipMark Otto3-0/+6702