| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 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 | |
| 2013-06-23 | Fixes #8211: restore proper table grid class behavior | Mark Otto | 1 | -3/+5 | |
| Needs work though—we shouldn't be setting this stuff with the attribute selectors, but it's the easiest solution for now. | |||||
| 2013-05-10 | Fix component margin and padding values to use @line-height-computed | Aaron | 1 | -1/+1 | |
| 2013-05-03 | Scope .table-bordered styles to immediate children only | Mark Otto | 1 | -39/+40 | |
| 2013-04-19 | Remove dupe css rule of table element | Fabien | 1 | -2/+0 | |
| This are already declare in normalize | |||||
| 2013-04-14 | Fixes #5256: Use > selector for better nesting of tables | Mark Otto | 1 | -42/+48 | |
| 2013-04-14 | change var from @table-border to @table-border-color | Mark Otto | 1 | -4/+4 | |
| 2013-03-31 | -background to -bg for body and table vars | Mark Otto | 1 | -4/+4 | |
| 2013-03-31 | @state-*-background to @state-*-bg vars | Mark Otto | 1 | -6/+6 | |
| 2013-03-30 | Change error to danger for all classes; add panels component | Mark Otto | 1 | -10/+10 | |
| 2013-03-26 | New grid classes | Mark Otto | 1 | -3/+3 | |
| 2013-03-17 | color border in table contextual classes | Mark Otto | 1 | -0/+6 | |
| 2013-03-17 | Fixes #7297: add support for .success, .error, and .warning on td and th ↵ | Mark Otto | 1 | -0/+12 | |
| elements in tables | |||||
| 2013-03-14 | Fixes #7281: make tables super specific for hovers and striping to avoid ↵ | Mark Otto | 1 | -6/+7 | |
| nesting issues | |||||
| 2013-02-28 | Fixes #6954: properly reset grid classes within tables | Mark Otto | 1 | -5/+8 | |
| 2013-02-08 | Fixes #6837: Enable text alignment utility classes on tables | Mark Otto | 1 | -5/+3 | |
| * Removes text-align from td elements (no need to set that one) * Specifically sets th to text-align: left; at a global level (no longer within .table) to override browser defaults * Removes font-weight: bold; from th while we're at it since that's browser default already | |||||
| 2013-01-17 | Remove .info from table rows | Mark Otto | 1 | -6/+0 | |
| 2013-01-13 | Merge branch '2.3.0-wip' into 3.0.0-wip | Mark Otto | 1 | -16/+24 | |
| Conflicts: Makefile README.md component.json docs/assets/css/bootstrap-responsive.css docs/assets/css/bootstrap.css docs/assets/js/bootstrap-affix.js docs/assets/js/bootstrap-alert.js docs/assets/js/bootstrap-button.js docs/assets/js/bootstrap-carousel.js docs/assets/js/bootstrap-collapse.js docs/assets/js/bootstrap-dropdown.js docs/assets/js/bootstrap-modal.js docs/assets/js/bootstrap-popover.js docs/assets/js/bootstrap-scrollspy.js docs/assets/js/bootstrap-tab.js docs/assets/js/bootstrap-tooltip.js docs/assets/js/bootstrap-transition.js docs/assets/js/bootstrap-typeahead.js docs/assets/js/bootstrap.js docs/components.html docs/css.html docs/examples/fluid.html docs/extend.html docs/getting-started.html docs/index.html docs/templates/pages/base-css.mustache docs/templates/pages/components.mustache docs/templates/pages/extend.mustache docs/templates/pages/getting-started.mustache docs/templates/pages/index.mustache docs/templates/pages/javascript.mustache js/bootstrap-affix.js js/bootstrap-alert.js js/bootstrap-button.js js/bootstrap-carousel.js js/bootstrap-collapse.js js/bootstrap-dropdown.js js/bootstrap-modal.js js/bootstrap-popover.js js/bootstrap-scrollspy.js js/bootstrap-tab.js js/bootstrap-tooltip.js js/bootstrap-transition.js js/bootstrap-typeahead.js less/bootstrap.less less/buttons.less less/forms.less less/navbar.less less/popovers.less less/responsive-767px-max.less less/responsive.less less/tables.less less/tooltip.less less/type.less less/variables.less package.json | |||||
| 2013-01-11 | Fixes #6538: Add th support to all the .table-rounded selectors | Mark Otto | 1 | -6/+14 | |
| 2013-01-11 | Fixes #6528: Make .navbar a:hover .caret use @navbarlinkcolorhover and not ↵ | Mark Otto | 1 | -1/+0 | |
| -active | |||||
| 2013-01-11 | Fixes #6478: scope table backgrounds to immediate td/th elements | Mark Otto | 1 | -10/+10 | |
| 2012-12-08 | Merge branch 'master' into 3.0.0-wip | Mark Otto | 1 | -15/+19 | |
| Conflicts: docs/assets/css/bootstrap.css docs/assets/js/bootstrap.js docs/css.html docs/templates/pages/base-css.mustache docs/templates/pages/components.mustache docs/templates/pages/javascript.mustache less/breadcrumbs.less less/tables.less less/tests/css-tests.html | |||||
| 2012-12-08 | Fixes #5729: Nested striped tablesv2.2.2 | Mark Otto | 1 | -2/+7 | |
| * Scopes striping to immediate children of the tbody and tr * For nested tables, sets a background color of @bodyBackground, to override the default transparent bg | |||||
| 2012-12-08 | Nesting tables | Mark Otto | 1 | -10/+10 | |
| * Add simple test to css-tests.html * Scope .table-bordered to immediate children th/td elements only | |||||
| 2012-12-01 | remove single corner border-radius mixins | Mark Otto | 1 | -8/+8 | |
| 2012-11-30 | Remove more fluid grid stuff | Mark Otto | 1 | -3/+1 | |
| * No more fluid layout * No fluid grid overrides for tables.less * No more fluid example page | |||||
