aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2013-08-12mention #9282 in docs browser sectionMark Otto1-0/+8
2013-08-12Merge branch '3.0.0-wip' of github.com:twbs/bootstrap into 3.0.0-wipMark Otto1-2/+2
2013-08-12undo the grid max-width boundary because it makes offsets kinda borked ↵Mark Otto3-11/+1
(you'd have to set twice, for medium and large, in most cases--and that sucks)
2013-08-12Merge pull request #9395 from twbs/valid-github-btn-htmlMark Otto1-2/+2
social-buttons.html: drop 'px' from height+width attrs per HTML5
2013-08-12Merge branch '3.0.0-wip' of github.com:twbs/bootstrap into 3.0.0-wipMark Otto2-3/+3
2013-08-12fixes #9392: no need for width auto on inline/navbar form controls given ↵Mark Otto3-12/+1
inline-block on parent form group
2013-08-12social-buttons.html: drop 'px' from height+width attrs per HTML5Chris Rebert1-2/+2
2013-08-12Merge pull request #9394 from twbs/valid-github-btn-htmlChris Rebert1-2/+2
_includes/social-buttons.html: escape ampersands in URLs so HTML validates
2013-08-12_includes/social-buttons.html: escape ampersands in URLs to fix HTML ↵Chris Rebert1-2/+2
validation error
2013-08-12fix spellingChris Rebert1-1/+1
2013-08-12Merge branch '3.0.0-wip' of github.com:twbs/bootstrap into 3.0.0-wipMark Otto1-1/+1
2013-08-12Newfangled input and button group sizing (fixes #9295)Mark Otto6-13/+107
Instead of applying `.btn-` or `.input-` to individual elements in button and input groups, we now have new sizing classes to keep your markup a little leaner. * Add `.input-group-sm` or `.input-group-lg` to your `.input-group` to replicate `.input-sm` and `.input-lg`, respectively. * Add `.btn-group-xs`, `.btn-group-sm`, or `.btn-group-lg` to your `.btn-group` to replicate `.btn-xs`, `.btn-sm`, and `. btn-lg`, respectively. Both sets of new sizing classes simply use the existing individual sizing classes as mixins, so customization of them is automatically inherited when compiling.
2013-08-12don't show download_dist in favor of site.download; addresses #9138 & its ↵Chris Rebert1-0/+5
many dupes
2013-08-12update CDN links to point to continuously-updated build; addresses #9138 & ↵Chris Rebert1-2/+2
its many dupes
2013-08-12update download_dist for RC 2Chris Rebert1-1/+1
2013-08-12Merge pull request #9388 from johvik/patch-1Mark Otto1-1/+1
Javascript > Alert should use danger not error
2013-08-12update grid xs mixin and update docs to match new mixinsMark Otto2-7/+7
2013-08-12Javascript > Alert should use danger not errorjohvik1-1/+1
2013-08-12update to rename rc2Mark Otto2-2/+2
2013-08-12Merge branch '3.0.0-wip' of github.com:twbs/bootstrap into 3.0.0-wipMark Otto1-2/+2
2013-08-12inherit font-size in code when inside preMark Otto3-1/+3
2013-08-12copyedit media queries docs added in aefed0ada9791338be11dd5318b24f17f517d51aChris Rebert1-2/+2
2013-08-12Merge branch '3.0.0-wip' of github.com:twbs/bootstrap into 3.0.0-wipMark Otto2-16/+21
2013-08-12fixes #9382: inline forms now require use of .form-group for proper ↵Mark Otto5-68/+94
alignment of all form controls
2013-08-12Merge pull request #9373 from ggam/button-sizesMark Otto2-8/+13
Added button-size mixin
2013-08-12Merge pull request #9371 from ggam/buttons-consistencyMark Otto2-8/+8
Renamed btn-pseudo-states mixin to btn-variant for consistency
2013-08-12Merge branch '3.0.0-wip' of github.com:twbs/bootstrap into 3.0.0-wipMark Otto4-17/+49
2013-08-12Drop background-clip and background-size mixins since they have no prefixes ↵Mark Otto7-19/+5
anyway
2013-08-12Merge pull request #9384 from BBosman/aria-hiddenMark Otto3-7/+7
Add missing aria-hidden attribs to close buttons
2013-08-12Merge pull request #9383 from BBosman/aria-searchMark Otto1-6/+6
Aria role search instead of form
2013-08-12Merge pull request #9381 from ggam/dropdown-eventsMark Otto1-2/+35
Added Dropdown JS plugin events to docs
2013-08-12Merge pull request #9374 from ggam/carousel-glyphiconsMark Otto1-2/+1
Removed remaining Glyphicons mentions in carousel.less
2013-08-12Add missing aria-hidden attribs to close buttonsBas Bosman3-7/+7
2013-08-12Aria role search instead of formBas Bosman1-6/+6
2013-08-12Added Dropdown JS plugin events (fixed #9375)ggam1-2/+35
2013-08-12Removed remaining Glyphicons mentions in carousel.lessggam1-2/+1
2013-08-12Added button-size mixinggam2-8/+13
2013-08-12Renamed btn-pseudo-states mixin to btn-variant for consistencyggam2-8/+8
2013-08-12fix #9239 by restoring old ie8 responsive img fooMark Otto3-1/+11
2013-08-12fixes #9266 manually on account of list group file reorganizationMark Otto4-25/+15
2013-08-12fixes #8835: make it so active list group items aren't dependent on an <a> tagMark Otto3-45/+50
2013-08-12fixes #9310: alerts aren't dismissable by default, now requires ↵Mark Otto5-35/+56
.alert-dismissable if you need a close button
2013-08-12fixes #9317: document media queriesMark Otto2-0/+24
2013-08-12update docs affix for large desktop given latest grid changesMark Otto1-1/+1
2013-08-12rename and refactor a smidge to add medium grid mixinsMark Otto2-21/+119
2013-08-12Merge branch 'patch-12' of https://github.com/ggam/bootstrap into ggam-patch-12Mark Otto1-14/+47
2013-08-12Media query (grid and responsive utilities) overhaulMark Otto8-246/+776
Grid classes have been changed to account for a fourth set of classes, meaning we now have XS, S, M, and L options. Specifically, we made the following changes: * Renames `.col-` to `.col-xs-` * Adds `.col-md-` for devices 992px wide and up * Remaps `.col-lg-` for devices 1200px wide and up Alongside that, we've updated our media queries to better handle advanced grid layouts: * All column classes now kick in when they hit a `min-width`, undoing the #9128 fix in https://github.com/twbs/bootstrap/commit/db45a60cc86190a060f0baf0b3961cb c690f3a65 * All column offsets, pushes, and pulls are scoped to an appropriate range, meaning a `min-width` and `max-width` (thanks for the idea, @eratzlaff) We've also modified the widths of our grid containers for the small device grid (now a max 720px instead of 728px) and large device grid (now a max 1140px instead of 1170px) to avoid horizontal scrollbar problems in Firefox (likely due to box-sizing, which is why we didn't see it in 2.x). Similarly, we've updated the responsive ultility classes to match the new four media query approach of the grid system. That means we've: * Added new `.visible-xs` and `.hidden-xs` classes * Reassigns visible and hidden classes for small, medium, and large to matching grid system media queries * Updates docs examples to match grid system and account for fourth utility range ----- Fixes the following: * #9135: fourth grid tier * #9302: undoes previous range change for small grid system, so no need to update any docs here * #8755: consistent grid and responsive utilities schemas) * #9195, #9216, and #9227: no more horizontal scrollbars
2013-08-11simplify padding in list groups and margins on badges withinMark Otto3-7/+5
2013-08-11Merge branch '3.0.0-wip' of github.com:twbs/bootstrap into 3.0.0-wipMark Otto2-4/+4
2013-08-11add another varMark Otto1-1/+3