| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 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 | -23/+25 | |
| 2015-01-13 | Fix table-striped to work with bootstraps tooltips on rows | Lee Penkman | 1 | -1/+1 | |
| 2014-12-22 | IE11 & current Firefox are still affected. | Chris Rebert | 1 | -2/+2 | |
| Refs #11623 | |||||
| 2014-10-25 | follow up fix for #14837 /cc @hnrch02 | Mark Otto | 1 | -1/+1 | |
| 2014-10-20 | Add min-height: 0% to .table-responsive; Fixes #14837 | Chris Rebert | 1 | -0/+1 | |
| 2014-08-02 | Fixes #14251: Remove the -webkit-overflow-scrolling to prevent Safari from ↵ | Mark Otto | 1 | -1/+0 | |
| screwing up widths | |||||
| 2014-08-02 | Fixes #13202: Always use overflow: auto; on .table-responsive to prevent ↵ | Mark Otto | 1 | -1/+2 | |
| content breaking out of containers | |||||
| 2014-07-12 | Fixes #14095: Add basic styling for captions, which we've for some reason ↵ | Mark Otto | 1 | -0/+6 | |
| been missing all this time. | |||||
| 2014-06-25 | removing redundant background declarations on TDs | Andrei Railean | 1 | -8/+1 | |
| 2014-06-25 | assign background to row of .table-striped | Andrei Railean | 1 | -0/+1 | |
| if background is not set on row, striping doesn't work properly in responsive tables where row and cells are set to display: block. | |||||
| 2014-06-10 | Merge pull request #13670 from nadangergeo/master | Mark Otto | 1 | -1/+1 | |
| Table-responsive: changed overflow-x to auto to hide scrollbar when it's not overflown, fixes #13669. | |||||
| 2014-06-08 | remove max-width: 100%; from table and place it on .table | Mark Otto | 1 | -0/+1 | |
| 2014-05-29 | removing unnecessary max-width on tables | bcullman | 1 | -1/+0 | |
| 2014-05-24 | Table-responsive: changed overflow-x to auto to hide scrollbar when it's not ↵ | Nadan Gergeo | 1 | -1/+1 | |
| overflown, fixes #13669. | |||||
| 2014-03-06 | Fixes #12722: Fixes up responsive tables in print | Mark Otto | 1 | -1/+1 | |
| Safari renders this fine for one reason or another, but Chrome still renders the media query styles to make tables responsive. This change scopes them to screen devices only, so printing looks boss everywhere. | |||||
| 2014-02-14 | Make .table-responsive usable as mixin | Zlatan Vasović | 1 | -2/+2 | |
| 2014-01-07 | Fix #12073: Consistent order of variations | Julian Thilo | 1 | -1/+1 | |
| This changes the order of component variations throughout the repo (code and docs) to be more consistent. The order now used everywhere is the one most frequently found in the repo before: Default, Primary, Success, Info, Warning, Danger | |||||
| 2013-12-19 | Added position: static to table th and td. | dzwillia | 1 | -0/+1 | |
| 2013-12-07 | Fixes #10884: Adds .info variant to contextual table classes | Mark Otto | 1 | -0/+1 | |
| 2013-12-07 | Reorder button and table variants for consistent order | Mark Otto | 1 | -1/+1 | |
| 2013-11-30 | Fixes #11623: Reset position to static for grid columns within tables to ↵ | Mark Otto | 1 | -0/+1 | |
| unfuck borders in IE9/10 and Firefox | |||||
| 2013-11-07 | Simplify table state styles | Zlatan Vasović | 1 | -18/+4 | |
| 2013-11-06 | more nesting in table.less | Chris Rebert | 1 | -8/+12 | |
| 2013-11-06 | use nesting to make .table-striped & .table-hover mixin-able again; fixes #11387 | Chris Rebert | 1 | -8/+12 | |
| 2013-10-14 | Merge pull request #11084 from ZDroid/variable_way | Mark Otto | 1 | -1/+1 | |
| Unhardcode .table-responsive bottom margin | |||||
| 2013-10-14 | fix .table-responsive media query; refs #11067 | Chris Rebert | 1 | -1/+1 | |
| 2013-10-14 | Unhardcode .table-responsive bottom margin | Zlatan Vasović | 1 | -1/+1 | |
| 2013-09-20 | Avoid LESS nesting if isn't needed | Zlatan Vasović | 1 | -23/+13 | |
| 2013-09-08 | fixes #10526: Remove custom background on responsive tables and set it in ↵ | Mark Otto | 1 | -1/+0 | |
| the docs where it should've been originally | |||||
| 2013-09-08 | fixes #10521: Only remove bottom-border from last row of cells in tbody and ↵ | Mark Otto | 1 | -0/+8 | |
| tfoot within responsive tables | |||||
| 2013-08-27 | use direct-child selector more in table styles to better support nested ↵ | Chris Rebert | 1 | -13/+14 | |
| tables; fixes #10231 | |||||
| 2013-08-23 | Merge pull request #10057 from sambowler/patch-1 | Mark Otto | 1 | -1/+2 | |
| Fix responsive table scrolling on Windows Phone 8. | |||||
| 2013-08-23 | Merge branch 'master' of https://github.com/apexskier/bootstrap into ↵ | Mark Otto | 1 | -0/+1 | |
| apexskier-master Conflicts: dist/css/bootstrap.min.css | |||||
| 2013-08-23 | Added -webkit-overflow-scrolling: touch to responsive tables | Cameron Little | 1 | -0/+1 | |
| 2013-08-23 | Fix responsive table scrolling on Windows Phone 8. | Sam Bowler | 1 | -1/+2 | |
| 2013-08-20 | rename @screen-XX to @screen-XX-min for clarity+unambiguity | Chris Rebert | 1 | -1/+1 | |
| 2013-08-19 | Update tables.less | boomsb | 1 | -2/+2 | |
| Fixed Table cell sizing with multiple classes by using *= instead of ^= | |||||
| 2013-08-18 | Add responsive tables with help of `.table-responsive` wrapper | Mark Otto | 1 | -20/+72 | |
| 2013-08-17 | 2px border on thead th elements for just a tad more separation | Mark Otto | 1 | -0/+9 | |
| 2013-08-14 | Added table-row-variant mixin | ggam | 1 | -43/+7 | |
| 2013-08-06 | fixes #9140: use correct var in tables | Mark Otto | 1 | -1/+1 | |
| 2013-07-25 | fixes #8571 completely: add better th support for table classes | Mark Otto | 1 | -4/+8 | |
| 2013-07-23 | Fixes #8571: allow table classes in thead and tfoot | Mark Otto | 1 | -3/+7 | |
| 2013-07-23 | Drop rounded corners on `.table-bordered` | Mark Otto | 1 | -72/+8 | |
| * 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-18 | Fixes #8452: adds `.active` to table classes | Mark Otto | 1 | -0/+5 | |
| 2013-07-17 | fixes #8491: add vars for table padding | Mark Otto | 1 | -2/+2 | |
| 2013-07-05 | Add tfoot back (addresses more than #8387) | Mark Otto | 1 | -4/+8 | |
| 2013-07-02 | refactor tables.less to use nesting more | Chris Rebert | 1 | -44/+62 | |
| 2013-07-01 | simplify tables.less | liuyl | 1 | -39/+35 | |
