| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 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 | |||||
| 2012-11-30 | form state vars | Mark Otto | 1 | -8/+8 | |
| 2012-11-30 | more vars changed, remove @white var | Mark Otto | 1 | -7/+7 | |
| 2012-11-30 | more consistent variable naming patterns | Mark Otto | 1 | -9/+9 | |
| 2012-11-30 | Part 1 of unCamelCasing variables | Mark Otto | 1 | -2/+2 | |
| 2012-11-15 | Merge branch '2.2.2-wip' into exploratory | Mark Otto | 1 | -7/+16 | |
| 2012-11-13 | Update less/tables.less | amid2887 | 1 | -7/+16 | |
| Possible typing. Add @baseBorderRadius as value for some rules. Add border-radius clearing for first and last td in the last tbody for table with tfoot. | |||||
| 2012-11-02 | Merge branch '2.2.2-wip' into exploratory | Mark Otto | 1 | -21/+11 | |
| Conflicts: docs/assets/css/bootstrap.css docs/getting-started.html docs/templates/pages/getting-started.mustache less/accordion.less less/alerts.less less/breadcrumbs.less less/buttons.less less/code.less less/dropdowns.less less/forms.less less/navbar.less less/progress-bars.less less/responsive-navbar.less less/tables.less less/thumbnails.less less/tooltip.less less/wells.less | |||||
| 2012-10-31 | Replaced hardcoded CSS rules with mixins | Ninir | 1 | -19/+6 | |
| 2012-10-03 | finish off scoping of grid sizing to table elements | Mark Otto | 1 | -2/+4 | |
| 2012-10-03 | use border-radius vars where possible | Mark Otto | 1 | -1/+1 | |
| 2012-10-01 | Merge branch '2.1.2-wip' into exploratory | Mark Otto | 1 | -2/+0 | |
| Conflicts: docs/assets/css/bootstrap-responsive.css docs/assets/css/bootstrap.css docs/components.html docs/templates/pages/components.mustache less/labels-badges.less less/navbar.less less/tables.less | |||||
| 2012-10-01 | fixes #5123: scope table grid classes to td and th elements only, plus drop ↵ | Mark Otto | 1 | -25/+14 | |
| columns 13-24 | |||||
| 2012-09-30 | remove table grid sizing, it can use the new default grid columns instead | Mark Otto | 1 | -32/+5 | |
| 2012-09-30 | remove .border-radius mixin and replace with standard border-radius ↵ | Mark Otto | 1 | -2/+2 | |
| property, since -webkit-* and -moz-* are only needed for older versions | |||||
| 2012-09-25 | remove remaining fluid grid css | Mark Otto | 1 | -2/+1 | |
| 2012-09-25 | remove all ie7 conditionals and mixins | Mark Otto | 1 | -1/+0 | |
| 2012-09-05 | fixes #4996: incorrect border radius on a table | Mark Otto | 1 | -1/+1 | |
| 2012-08-31 | fixes #4824: scope table grid sizes to .table instead of table | Mark Otto | 1 | -1/+1 | |
| 2012-08-27 | fixes #4653: add hover states to stateful table rows | Mark Otto | 1 | -5/+22 | |
| 2012-08-23 | fixes #4657: proper border radius property in tables | Mark Otto | 1 | -1/+1 | |
| 2012-08-22 | Add .warning to table rows | Andreas Cederström | 1 | -0/+3 | |
| 2012-08-14 | fixes #4371: scope hovers on table rows to tbody | Mark Otto | 1 | -3/+5 | |
| 2012-08-07 | fixes #4304: more specific selectors on table border classes to override ↵ | Mark Otto | 1 | -12/+19 | |
| .table-striped | |||||
| 2012-07-29 | fixes #4221: correct border-collapse property for IE7 hack | Mark Otto | 1 | -1/+1 | |
| 2012-07-19 | nuke commented out code from last fix | Mark Otto | 1 | -29/+0 | |
| 2012-07-19 | fixes #4103: simpler fix for tfoot in .table-border | Mark Otto | 1 | -3/+35 | |
| 2012-07-19 | fixes #4102: properly round top left corners of .table-border with ↵ | Mark Otto | 1 | -0/+20 | |
| caption/colgroup; also fix css tests page layout and footer | |||||
| 2012-07-04 | added ability to give rows in tables status classes .success .error and .info. | Gavin Cooper (work) | 1 | -0/+10 | |
| 2012-06-28 | standardize top level file comments | Mark Otto | 1 | -3/+2 | |
| 2012-06-25 | add tests for table grid sizing, solve bugs in fluid table grid sizing | Mark Otto | 1 | -1/+9 | |
| 2012-06-25 | #3223: make table row hover optional class | Mark Otto | 1 | -1/+1 | |
| 2012-04-16 | lots of property ordering | Jacob Thornton | 1 | -6/+6 | |
| 2012-04-14 | alt fix to #3029: change to single border-radii properties | Mark Otto | 1 | -3/+12 | |
| 2012-03-23 | fix broken tables with double borders and such, add css tests page to start ↵ | Mark Otto | 1 | -0/+6 | |
| with table edge cases | |||||
| 2012-03-22 | add shell of tests page, lighten form actions background and give it a variable | Mark Otto | 1 | -0/+2 | |
| 2012-03-11 | fix lingering tables bug | Mark Otto | 1 | -0/+1 | |
| 2012-03-11 | fix table border bug with double borders on theads and use of colgroup | Mark Otto | 1 | -4/+4 | |
| 2012-03-05 | adding table variables | Mark Otto | 1 | -7/+8 | |
| 2012-02-21 | clear up table styles and docs to fix rowspan and colspan issues for ↵ | Mark Otto | 1 | -4/+4 | |
| bordered tables, per #1918 | |||||
| 2012-02-21 | move table columns mixin to mixins.less | Mark Otto | 1 | -5/+0 | |
| 2012-02-21 | added .span[13-24] and .offset[12-23] to support up to 24-columns layout | Emanuele Gaspari | 1 | -0/+12 | |
