| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2018-10-18 | Use https, fix broken links and unneeded redirects. | XhmikosR | 1 | -3/+3 | |
| 2018-10-08 | Switch to inline comments for stylelint inline directives. | XhmikosR | 1 | -1/+1 | |
| Otherwise the comments are actually output to the CSS. | |||||
| 2017-11-25 | move from csslint to stylelint | Mark Otto | 1 | -0/+2 | |
| 2014-05-14 | reference other more recent source regarding the IE viewport bug | Chris Rebert | 1 | -0/+1 | |
| 2014-05-14 | more precise docs link | Chris Rebert | 1 | -1/+1 | |
| 2014-02-21 | replace .visible-{size} with .visible-{size}-{display} ; fixes #8869 | Chris Rebert | 1 | -0/+101 | |
| 2014-01-19 | Fix #12025 and minify styles | Zlatan Vasović | 1 | -7/+6 | |
| 2013-12-14 | Merge branch 'master' into pr/11302 | Mark Otto | 1 | -0/+4 | |
| Conflicts: dist/css/bootstrap.css dist/css/bootstrap.min.css | |||||
| 2013-12-08 | Fixes #11786: Nest media queries within print utilities for mixin-friendliness | Mark Otto | 1 | -4/+9 | |
| 2013-12-02 | Reduce size of the visibility styles | Zlatan Vasović | 1 | -129/+9 | |
| 2013-10-13 | move .hidden to utilities; fixes #10997 | Mark Otto | 1 | -10/+0 | |
| 2013-09-11 | re-fix typo in comment | Chris Rebert | 1 | -1/+1 | |
| 2013-09-11 | Merge branch 'ie_viewports' of github.com:twbs/bootstrap into ie_viewports | Mark Otto | 1 | -1/+2 | |
| Conflicts: getting-started.html less/responsive-utilities.less | |||||
| 2013-09-11 | fixes #10497: Fix Windows 8 and Windows Phone 8 behavior and apply it to the ↵ | Mark Otto | 1 | -17/+15 | |
| docs | |||||
| 2013-09-11 | fixes #10497: Fix Windows 8 and Windows Phone 8 behavior and apply it to the ↵ | Mark Otto | 1 | -17/+15 | |
| docs | |||||
| 2013-08-20 | rename @screen-XX to @screen-XX-min for clarity+unambiguity | Chris Rebert | 1 | -24/+24 | |
| 2013-08-20 | Removing whitespaces | Geremia Taglialatela | 1 | -20/+20 | |
| 2013-08-19 | Variable name fix | Elvis Ratzlaff | 1 | -32/+32 | |
| 2013-08-19 | make visible/hidden classes mixable | Elvis Ratzlaff | 1 | -48/+120 | |
| 2013-08-17 | More consistent naming with screen size variables using xs, sm, md, and lg | Mark Otto | 1 | -24/+24 | |
| 2013-08-17 | Removed blank .hidden-print | Zlatan Vasović | 1 | -1/+0 | |
| Blank .hidden-print class doesn't have sense. | |||||
| 2013-08-12 | Media query (grid and responsive utilities) overhaul | Mark Otto | 1 | -8/+50 | |
| 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-07 | Make visibility utility classes responsive when used as LESS mixins | Zac Wasielewski | 1 | -40/+28 | |
| 2013-07-01 | Fix responsive utilities for table elements | Julian Thilo | 1 | -12/+34 | |
| This change prevents situations where specificity causes some rules to be overridden by the ones intended for mobile. * Added mixin `responsive-invisibility()` * Swapped out `display: none !important;` for new mixin | |||||
| 2013-06-27 | Add parens so sublime picks up on syntax highlighting | Mark Otto | 1 | -10/+10 | |
| 2013-06-27 | Fixes #8329: add `!important` to `.hidden` | Mark Otto | 1 | -2/+2 | |
| 2013-06-25 | Move mixin to mixins.less | Mark Otto | 1 | -6/+0 | |
| 2013-06-25 | refactor responsive-utilities slightly | Chris Rebert | 1 | -39/+15 | |
| 2013-06-18 | Add support for `tr`, `th`, and `td` to responsive utilities | Mark Otto | 1 | -22/+72 | |
| 2013-05-16 | Redo the responsive utilities stuff | Mark Otto | 1 | -10/+10 | |
| * Update docs language * Enforce display: block; on all utilities for now * Fix up docs CSS for the tests | |||||
| 2013-05-12 | spacing | Mark Otto | 1 | -14/+14 | |
| 2013-05-11 | Changed Screen Notations on responsive-utilities.less and recompiled the ↵ | Vinay Raghu | 1 | -18/+18 | |
| stylesheet | |||||
| 2013-04-27 | Add maximum bounds variables for so our responsive utilities don't overlap | Mark Otto | 1 | -1/+1 | |
| 2013-04-27 | Adding media queries breakpoints variables | Kevin | 1 | -2/+2 | |
| 2013-04-23 | 'less' folder .editorconfig code guide updates | Stephen Edgar | 1 | -1/+1 | |
| 2013-04-21 | typo | Mark Otto | 1 | -2/+2 | |
| 2013-04-21 | Fixes #7577: Attempt to fix, at least, issues with Windows Phone 8 and ↵ | Mark Otto | 1 | -0/+16 | |
| responsive not kicking in correctly | |||||
| 2013-04-20 | First pass at updated responsive utilities to be mobile-first. Pulled from ↵ | Mark Otto | 1 | -21/+23 | |
| #7490 by @apotropaic | |||||
| 2013-02-05 | Fixes #6190: Add print utility classes | Mark Otto | 1 | -0/+9 | |
| 2012-12-10 | IE10 fix in responsive utilities, not regular utilities | Mark Otto | 1 | -0/+7 | |
| 2012-07-10 | Fixes #4002 responsive utilities classes | Roberto - phproberto | 1 | -7/+7 | |
| 2012-06-28 | standardize top level file comments | Mark Otto | 1 | -2/+4 | |
| 2012-06-25 | reorder media queries | Mark Otto | 1 | -10/+10 | |
| 2012-03-25 | Overhaul the responsive utility classes: | Mark Otto | 1 | -0/+41 | |
| 1. Rename file from responsive-utility-classes.less to responsive-utilities.less 2. Add additional help text around the documentation for the classes in Scaffolding 3. Remove unnecessary display values on initial classes 4. Drop block values for inherit for better support on inline and table elements 5. Make use of \!important on every class to avoid classes with more specific selectors (e.g., .span* classes for the grid) | |||||
