bootstrap/less
Mark Otto a2b9988eb9 Media query (grid and responsive utilities) overhaul
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-12 00:28:50 -07:00
..
accordion.less Improved and followed pattern suggestions 2013-07-19 23:14:13 +05:00
alerts.less Merge branch '3.0.0-wip' of https://github.com/saas786/bootstrap into saas786-3.0.0-wip 2013-08-05 16:03:10 -07:00
badges.less fixes #9241: enable collapsing for labels, in addition to badges, when empty 2013-08-11 12:43:43 -07:00
bootstrap.less Input groups overhaul 2013-07-27 18:56:31 -07:00
breadcrumbs.less remove useless display:inline-block 2013-07-21 19:44:30 +08:00
button-groups.less fixes #8647: remove focus outline on :focus of buttons in button groups 2013-08-05 16:16:58 -07:00
buttons.less Merge branch '3.0.0-wip' of https://github.com/saas786/bootstrap into saas786-3.0.0-wip 2013-08-05 16:03:10 -07:00
carousel.less Removed Glyphicons mention from carousel.less 2013-08-08 12:21:27 +02:00
close.less Merge branch '3.0.0-wip' of https://github.com/saas786/bootstrap into saas786-3.0.0-wip 2013-08-05 16:03:10 -07:00
code.less addressing #9189 manually, part 1: code and pre vars 2013-08-11 17:23:19 -07:00
component-animations.less change how collapse works - collapse, collapsing, and in 2013-07-26 20:34:39 -07:00
dropdowns.less addressing #9189 manually, part 2: dropdown header and disabled link colors (and refactor commenting styles) 2013-08-11 17:47:30 -07:00
forms.less addressing #9189 manually, part 3: forms 2013-08-11 18:06:26 -07:00
grid.less Media query (grid and responsive utilities) overhaul 2013-08-12 00:28:50 -07:00
input-groups.less addressing #9189 manually, part 4: input group background var 2013-08-11 18:09:56 -07:00
jumbotron.less refactor {badges,jumbotron,media,popover,print}.less (mostly nesting) 2013-07-07 19:46:20 -07:00
labels.less addressing #9189 manually, part 5: don't bother with a .label font-weight var and let's just use bold because windows hates 500 2013-08-11 18:10:42 -07:00
list-group.less simplify padding in list groups and margins on badges within 2013-08-11 21:17:49 -07:00
media.less refactor {badges,jumbotron,media,popover,print}.less (mostly nesting) 2013-07-07 19:46:20 -07:00
mixins.less Added panel-variant mixin 2013-08-07 20:15:12 +02:00
modals.less Fixes #8723: allow modals to not need the .fade class /cc @fat 2013-08-04 22:30:09 -07:00
navbar.less Follow up commit: fix collapse clearing and navbar brand/nav spacing 2013-08-11 19:19:44 -07:00
navs.less Merge branch 'pullright' of https://github.com/liuyl/bootstrap into liuyl-pullright 2013-08-05 12:20:52 -07:00
normalize.less Fixes #6657: Upgrade Normalize to 2.1.0 2013-02-01 21:49:54 -08:00
pager.less move things around :) 2013-07-26 17:04:15 +05:00
pagination.less Greater standardization of sizing terminology 2013-08-03 21:39:57 -07:00
panels.less Drop the font-weight on panel labels since heading elements already get it 2013-08-11 19:20:23 -07:00
popovers.less Fix Find/Replace-o; good catch, @FagnerMartinsBrack! 2013-08-08 12:07:27 -07:00
print.less Fixes #8278: fix on print 2013-07-19 16:49:38 -07:00
progress-bars.less Clean up mixins, fix #9100 (no ms-keyframes) 2013-08-05 08:11:13 -07:00
responsive-utilities.less Media query (grid and responsive utilities) overhaul 2013-08-12 00:28:50 -07:00
scaffolding.less Merge pull request #9286 from neilhem/3.0.0-wip 2013-08-11 15:15:53 -07:00
tables.less fixes #9140: use correct var in tables 2013-08-06 11:40:02 -07:00
thumbnails.less addressing #9189 manually, part 7: thumbnails vars 2013-08-11 19:32:16 -07:00
tooltip.less Fixes #9145: Fix tooltip opacity 2013-08-06 11:18:53 -07:00
type.less Merge branch 'pullright' of https://github.com/liuyl/bootstrap into liuyl-pullright 2013-08-05 12:20:52 -07:00
utilities.less make pull-right !important 2013-07-28 14:05:47 +08:00
variables.less Media query (grid and responsive utilities) overhaul 2013-08-12 00:28:50 -07:00
wells.less Greater standardization of sizing terminology 2013-08-03 21:39:57 -07:00