aboutsummaryrefslogtreecommitdiff
path: root/less/tables.less
AgeCommit message (Collapse)AuthorFilesLines
2013-05-10Fix component margin and padding values to use @line-height-computedAaron1-1/+1
2013-05-03Scope .table-bordered styles to immediate children onlyMark Otto1-39/+40
2013-04-19Remove dupe css rule of table elementFabien1-2/+0
This are already declare in normalize
2013-04-14Fixes #5256: Use > selector for better nesting of tablesMark Otto1-42/+48
2013-04-14change var from @table-border to @table-border-colorMark Otto1-4/+4
2013-03-31-background to -bg for body and table varsMark Otto1-4/+4
2013-03-31@state-*-background to @state-*-bg varsMark Otto1-6/+6
2013-03-30Change error to danger for all classes; add panels componentMark Otto1-10/+10
2013-03-26New grid classesMark Otto1-3/+3
2013-03-17color border in table contextual classesMark Otto1-0/+6
2013-03-17Fixes #7297: add support for .success, .error, and .warning on td and th ↵Mark Otto1-0/+12
elements in tables
2013-03-14Fixes #7281: make tables super specific for hovers and striping to avoid ↵Mark Otto1-6/+7
nesting issues
2013-02-28Fixes #6954: properly reset grid classes within tablesMark Otto1-5/+8
2013-02-08Fixes #6837: Enable text alignment utility classes on tablesMark Otto1-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-17Remove .info from table rowsMark Otto1-6/+0
2013-01-13Merge branch '2.3.0-wip' into 3.0.0-wipMark Otto1-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-11Fixes #6538: Add th support to all the .table-rounded selectorsMark Otto1-6/+14
2013-01-11Fixes #6528: Make .navbar a:hover .caret use @navbarlinkcolorhover and not ↵Mark Otto1-1/+0
-active
2013-01-11Fixes #6478: scope table backgrounds to immediate td/th elementsMark Otto1-10/+10
2012-12-08Merge branch 'master' into 3.0.0-wipMark Otto1-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-08Fixes #5729: Nested striped tablesv2.2.2Mark Otto1-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-08Nesting tablesMark Otto1-10/+10
* Add simple test to css-tests.html * Scope .table-bordered to immediate children th/td elements only
2012-12-01remove single corner border-radius mixinsMark Otto1-8/+8
2012-11-30Remove more fluid grid stuffMark Otto1-3/+1
* No more fluid layout * No fluid grid overrides for tables.less * No more fluid example page
2012-11-30form state varsMark Otto1-8/+8
2012-11-30more vars changed, remove @white varMark Otto1-7/+7
2012-11-30more consistent variable naming patternsMark Otto1-9/+9
2012-11-30Part 1 of unCamelCasing variablesMark Otto1-2/+2
2012-11-15Merge branch '2.2.2-wip' into exploratoryMark Otto1-7/+16
2012-11-13Update less/tables.lessamid28871-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-02Merge branch '2.2.2-wip' into exploratoryMark Otto1-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-31Replaced hardcoded CSS rules with mixinsNinir1-19/+6
2012-10-03finish off scoping of grid sizing to table elementsMark Otto1-2/+4
2012-10-03use border-radius vars where possibleMark Otto1-1/+1
2012-10-01Merge branch '2.1.2-wip' into exploratoryMark Otto1-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-01fixes #5123: scope table grid classes to td and th elements only, plus drop ↵Mark Otto1-25/+14
columns 13-24
2012-09-30remove table grid sizing, it can use the new default grid columns insteadMark Otto1-32/+5
2012-09-30remove .border-radius mixin and replace with standard border-radius ↵Mark Otto1-2/+2
property, since -webkit-* and -moz-* are only needed for older versions
2012-09-25remove remaining fluid grid cssMark Otto1-2/+1
2012-09-25remove all ie7 conditionals and mixinsMark Otto1-1/+0
2012-09-05fixes #4996: incorrect border radius on a tableMark Otto1-1/+1
2012-08-31fixes #4824: scope table grid sizes to .table instead of tableMark Otto1-1/+1
2012-08-27fixes #4653: add hover states to stateful table rowsMark Otto1-5/+22
2012-08-23fixes #4657: proper border radius property in tablesMark Otto1-1/+1
2012-08-22Add .warning to table rowsAndreas Cederström1-0/+3
2012-08-14fixes #4371: scope hovers on table rows to tbodyMark Otto1-3/+5
2012-08-07fixes #4304: more specific selectors on table border classes to override ↵Mark Otto1-12/+19
.table-striped
2012-07-29fixes #4221: correct border-collapse property for IE7 hackMark Otto1-1/+1
2012-07-19nuke commented out code from last fixMark Otto1-29/+0
2012-07-19fixes #4103: simpler fix for tfoot in .table-borderMark Otto1-3/+35