| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2014-01-23 | Fix #12353: Scope table border reset in panels to first-child rows | Mark Otto | 1 | -2/+2 | |
| 2014-01-19 | remove border radius when it's not both ends in panel | Daijiro Wachi | 1 | -7/+39 | |
| 2014-01-10 | Fixes #12171: Ensure panel groups have a bottom margin since we nuke it on ↵ | Mark Otto | 1 | -0/+2 | |
| child panels | |||||
| 2014-01-07 | Fix #12073: Consistent order of variations | Julian Thilo | 1 | -4/+4 | |
| 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-23 | Fixes #10492 better: | Supergibbs | 1 | -13/+14 | |
| - Made more generic. Applies to "> .table" and "> .table-responsive > .table" to support td/tr background colors too and not just .table-striped - Supports tfoot | |||||
| 2013-12-22 | Fixes #10492 and some of #11970: round the proper corner on table cells in ↵ | Mark Otto | 1 | -1/+1 | |
| panels | |||||
| 2013-12-15 | minor refactoring of 4ee93c9f8529cfeef56d4178b91e1ddcb0bff09c | Chris Rebert | 1 | -9/+11 | |
| 2013-12-15 | copyediting | Chris Rebert | 1 | -1/+1 | |
| 2013-12-15 | Fixes #10492 again, this time for last row's corners on striped tables | Mark Otto | 1 | -0/+11 | |
| 2013-12-14 | Fixes #11867: Add `@panel-body-padding` variable | Mark Otto | 1 | -1/+1 | |
| 2013-12-09 | misc strictMath compliance fixes | Chris Rebert | 1 | -2/+2 | |
| 2013-12-08 | Switch to `&:extend(.clearfix all)` for clearfix mixin | Mark Otto | 1 | -1/+1 | |
| Original discussion: https://github.com/less/less.js/issues/1437#issuecomment-21383639. Since we’re switching to `grunt-contrib-less`, we can take advantage of newer LESS features than what RECESS supported. Included in that is the ability to `:extend`, and not only that, but `:extend(.mixin-name all)`. By doing so, we remove duplicate CSS for all our elements that were being clearfix-ed. Fixes #8947, #8968, #8991, #9257, #9268, #9291, #9430, #9604, #9686, #9929, #10731, #10793, #11305, #11498, #11533, #11570, #11604, #11652. (dem issues, tho) | |||||
| 2013-12-04 | Fixes #11712: Better support for .table-responsive within .panel's | Mark Otto | 1 | -0/+4 | |
| 2013-11-30 | Fixes #11544: Add color: inherit; to .panel-title to ensure proper text ↵ | Mark Otto | 1 | -0/+2 | |
| color when customizing @headings-color | |||||
| 2013-11-28 | Fixes #11553: Prevent double border on tables in panels without thead content | Mark Otto | 1 | -0/+4 | |
| 2013-11-25 | Fix for Issue #11411 | Jesse Mandel | 1 | -1/+1 | |
| 2013-11-02 | & > == > | Gleb Mazovetskiy | 1 | -1/+1 | |
| 2013-10-20 | more spacing | Mark Otto | 1 | -0/+1 | |
| 2013-10-20 | Merge branch 'master' into pr/10656 | Mark Otto | 1 | -3/+6 | |
| Conflicts: dist/css/bootstrap.min.css | |||||
| 2013-09-16 | Dropdown in panel header does not inherit its colors | Chris Ziogas | 1 | -0/+3 | |
| Fix for issue #10627 | |||||
| 2013-09-11 | Fixes #10492: Account for responsive tables in panels | Mark Otto | 1 | -3/+6 | |
| 2013-09-05 | account for last child bottom border; use 0 instead of none | Mark Otto | 1 | -3/+8 | |
| 2013-09-05 | Don't double border a bordered table within a panel | Kevin O'Connor | 1 | -0/+17 | |
| 2013-09-03 | remove unused .panel-collapse ruleset | Mark Otto | 1 | -5/+0 | |
| 2013-08-19 | `.table` style is duplicate in `List groups in panels` and `Tables in panels` | saiwang | 1 | -3/+0 | |
| 2013-08-18 | Refactor panels to have a base class for improved flexibility when ↵ | Mark Otto | 1 | -6/+8 | |
| customizing (and no overriding to start, too) | |||||
| 2013-08-18 | fixes #9786: enable tables in panels | Mark Otto | 1 | -0/+20 | |
| 2013-08-17 | Fixes #9752: clear floats in .panel-body | Mark Otto | 1 | -0/+1 | |
| 2013-08-17 | Fixes #9552: Downsize and use whole numbers for panel title to prevent odd ↵ | Mark Otto | 1 | -1/+1 | |
| 1px bug | |||||
| 2013-08-15 | fixes #9655: scrope list group styles in panels to immediate children only | Mark Otto | 1 | -1/+1 | |
| 2013-08-12 | Drop the accordion for the panel | Mark Otto | 1 | -6/+44 | |
| * Deletes the accordion.less file * Extends the panel to be collapsible with our JS plugin * Supports panel color variations | |||||
| 2013-08-11 | Drop the font-weight on panel labels since heading elements already get it | Mark Otto | 1 | -1/+0 | |
| 2013-08-11 | fixes #8900: nuke empty space between panel heading and list group | Mark Otto | 1 | -1/+14 | |
| 2013-08-09 | panels | liuyl | 1 | -4/+2 | |
| 2013-08-07 | Updated panels.less to use variant-panel mixin | Guillermo González de Agüero | 1 | -30/+5 | |
| 2013-08-04 | Fixes #9061: Panel titles should inherit color when linked | Mark Otto | 1 | -0/+3 | |
| 2013-08-02 | Remove requirement of `.list-group-flush` when list groups are in panels | Mark Otto | 1 | -18/+18 | |
| Fixes #8900 | |||||
| 2013-07-25 | Add `.panel-title` to panel component to mirror modals | Mark Otto | 1 | -2/+8 | |
| /cc @leeaston | |||||
| 2013-05-14 | Add .panel-footer | Mark Otto | 1 | -0/+10 | |
| 2013-04-22 | Fixes #7661 | Chris Rebert | 1 | -1/+1 | |
| 2013-03-31 | add .panel-primary | Mark Otto | 1 | -0/+8 | |
| 2013-03-31 | Remove the handful of rem font-sizes | Mark Otto | 1 | -1/+1 | |
| 2013-03-30 | add list group component | Mark Otto | 1 | -0/+18 | |
| 2013-03-30 | Change error to danger for all classes; add panels component | Mark Otto | 1 | -0/+60 | |
