aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2013-07-26Added windows hint to jekyll documentation instructions.Jordan Hess1-1/+1
2013-07-26Changed old reference to "grunt bootstrap" to "grunt dist"Jordan Hess1-2/+2
2013-07-26readme /cc @zdroidMark Otto1-1/+1
2013-07-26Merge branch '3.0.0-wip' of github.com:twitter/bootstrap into 3.0.0-wipMark Otto13-163/+252
2013-07-26Mo betta placement of old docs calloutsMark Otto4-31/+36
2013-07-26Merge pull request #8614 from cvrebert/gruntChris Rebert12-162/+251
Switch from `make` to `grunt` Rebase of #7786 against soon-to-be 3.0.0-rc.1
2013-07-26Merge pull request #8616 from caouecs/patch-1Chris Rebert1-1/+1
Small typo in less/mixins.less
2013-07-26re-integrate #8560 using @fat's code from the comment on #8614Chris Rebert3-2/+5
2013-07-26Small typoFred Delrieu1-1/+1
2013-07-26specify explicit ordering for grunt concat stepChris Rebert3-451/+451
2013-07-26Replace Makefile with GruntJSJohn-Philip Johansson12-611/+697
A rebase (against soon-to-be 3.0.0-rc.1) & squash of https://github.com/twbs/bootstrap/pull/7786 AKA https://github.com/twitter/bootstrap/pull/7786 originally by @seriema @mokkabonna @jojohess Rebased by @cvrebert
2013-07-26Merge branch '3.0.0-wip' of github.com:twitter/bootstrap into 3.0.0-wipfat12-50/+34
2013-07-26fix makefile error thingfat3-3/+4
2013-07-26Fixes #8586: add addional color text classes to apply all of branch colors ↵Mark Otto4-29/+14
easily
2013-07-26Merge branch '3.0.0-wip' of github.com:twitter/bootstrap into 3.0.0-wipMark Otto6-24/+59
2013-07-26Fuck a color purpleMark Otto6-15/+14
2013-07-26Make it so back to top link ain't broked no moMark Otto2-6/+6
2013-07-25Merge branch '3.0.0-wip' of github.com:twitter/bootstrap into 3.0.0-wipfat5-14/+74
2013-07-25update docs a bit more for affixfat1-1/+1
2013-07-25update the affix docs a bitfat1-12/+14
2013-07-25Fix up navbar formsMark Otto1-7/+7
2013-07-25Merge branch '3.0.0-wip' of github.com:twitter/bootstrap into 3.0.0-wipfat9-30/+62
2013-07-25fix affix…fat5-12/+45
2013-07-25Disable the customizer for rc1 for nowMark Otto4-7/+67
2013-07-25Bump version of old docs in calloutMark Otto1-2/+2
2013-07-25Update docs to better indicate v3 RC1Mark Otto2-3/+3
2013-07-25Merge branch '3.0.0-wip' of github.com:twitter/bootstrap into 3.0.0-wipMark Otto5-6/+8
2013-07-25fixes #8560fat3-3/+5
2013-07-25Merge branch '3.0.0-wip' of github.com:twitter/bootstrap into 3.0.0-wipfat1-1/+1
2013-07-25fix collapse event #8596fat3-3/+3
2013-07-25Merge pull request #8419 from hollensteiner/3.0.0-wipJacob1-1/+1
Replace position() with offset() in scrollspy.js
2013-07-25Add `.panel-title` to panel component to mirror modalsMark Otto4-11/+45
/cc @leeaston
2013-07-25single include for old ads calloutMark Otto5-16/+14
2013-07-25Merge pull request #8611 from twitter/bs3_form_classesMark Otto5-364/+264
Updated BS3 form classes
2013-07-25Add comment about opacity mixin not being usedMark Otto1-0/+4
2013-07-25Update form validation statesMark Otto5-47/+32
* 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-25SpacingMark Otto1-3/+0
2013-07-25Refactor forms stylesMark Otto4-321/+239
* 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-25Merge pull request #8603 from cvrebert/twbsMark Otto25-45/+45
twbs ALL the links
2013-07-25twbs ALL the linksChris Rebert25-45/+45
2013-07-25update docs to use buttons for tooltipsMark Otto3-13/+7
2013-07-25move some thing aroundMark Otto2-12/+16
2013-07-25run make on prev commitsMark Otto2-16/+16
2013-07-25Merge branch '3.0.0-wip' of https://github.com/saas786/bootstrap into 3.0.0-wipMark Otto5-22/+114
2013-07-25fixes #8571 completely: add better th support for table classesMark Otto3-9/+25
2013-07-25make on prev commitsMark Otto2-2/+2
2013-07-25Merge branch '3.0.0-wip' of https://github.com/tagliala/bootstrap into ↵Mark Otto1-1/+1
tagliala-3.0.0-wip
2013-07-25Merge branch '3.0.0-wip' of github.com:twitter/bootstrap into 3.0.0-wipMark Otto7-48/+79
2013-07-25fix #8584: add readme callout for npm and nodeMark Otto1-0/+2
2013-07-25Navbar toggle is not vertically aligned (3.0.0-wip) with custom navbar heightGeremia Taglialatela1-1/+1
When using navbar heights higher that default, the navbar-toggle button is not centered. Fiddle demonstrating this issue (compiled with `@navbar-height: 60px;`): http://jsfiddle.net/tagliala/mRVMe/2/ Another fiddle with the proposed fix: http://jsfiddle.net/tagliala/mRVMe/3/