| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2013-03-31 | remove unused responsive navbar vars | Mark Otto | 1 | -4/+0 | |
| 2013-03-31 | more consisten dropdown vars | Mark Otto | 2 | -12/+12 | |
| 2013-03-31 | more consistent forms vars; drop search border radius since no more search form | Mark Otto | 2 | -10/+6 | |
| 2013-03-31 | more consistent btn vars | Mark Otto | 2 | -19/+19 | |
| 2013-03-31 | -background to -bg for body and table vars | Mark Otto | 4 | -10/+10 | |
| 2013-03-31 | @link-color-hover to @link-hover-color | Mark Otto | 4 | -5/+5 | |
| 2013-03-31 | -background to -bg on wells vars | Mark Otto | 2 | -3/+3 | |
| 2013-03-31 | better grid var comments | Mark Otto | 1 | -0/+3 | |
| 2013-03-31 | @state-*-background to @state-*-bg vars | Mark Otto | 4 | -25/+25 | |
| 2013-03-31 | use @pagination- vars on pager component; change @pagination-bg-active to ↵ | Mark Otto | 3 | -5/+5 | |
| @pagination-active-bg | |||||
| 2013-03-31 | -background to -bg on pagination vars | Mark Otto | 2 | -5/+5 | |
| 2013-03-31 | -background to -bg on jumbotron vars | Mark Otto | 2 | -2/+2 | |
| 2013-03-31 | -background to -bg on tooltip and popover vars | Mark Otto | 3 | -10/+10 | |
| 2013-03-31 | -background to -bg on labels vars | Mark Otto | 2 | -12/+12 | |
| 2013-03-31 | active item on list group should use @component-active-bg | Mark Otto | 1 | -1/+1 | |
| 2013-03-31 | fix nav divider | Mark Otto | 1 | -1/+1 | |
| 2013-03-31 | remove lingering rem | Mark Otto | 1 | -6/+6 | |
| 2013-03-31 | new @component-active-bg variable | Mark Otto | 2 | -4/+6 | |
| 2013-03-31 | restore px unit on @font-size-base | Mark Otto | 1 | -1/+1 | |
| 2013-03-31 | Merge pull request #7431 from burnsra/3.0.0-wip-fixes | Mark Otto | 1 | -0/+3 | |
| Cleanup items for 3.0.0 | |||||
| 2013-03-31 | Remove the handful of rem font-sizes | Mark Otto | 3 | -4/+4 | |
| 2013-03-31 | Remove breadcrumb divider after last element | Robert Burns | 1 | -0/+3 | |
| 2013-03-30 | not quite #fff on .list-group-item-text | Mark Otto | 1 | -2/+4 | |
| 2013-03-30 | Remove .nav-list given new .list-group | Mark Otto | 2 | -25/+1 | |
| 2013-03-30 | add list group component | Mark Otto | 4 | -0/+124 | |
| 2013-03-30 | Change error to danger for all classes; add panels component | Mark Otto | 7 | -26/+112 | |
| 2013-03-30 | fuck everything about .clear_float() -- restore .clearfix() as mixin | Mark Otto | 8 | -12/+12 | |
| 2013-03-30 | Merge pull request #7375 from thomas-mcdonald/fix-filter-gradient | Mark Otto | 1 | -1/+1 | |
| Fix horizontal-three-colors to a horizontal filter gradient | |||||
| 2013-03-30 | Merge branch 'pickypg-patch-1' into 3.0.0-wip | Mark Otto | 1 | -1/+0 | |
| Conflicts: less/dropdowns.less | |||||
| 2013-03-30 | drop .muted for .text-muted | Mark Otto | 1 | -3/+3 | |
| 2013-03-29 | Merge branch '3.0.0-wip' into bs3_new_nav | Mark Otto | 1 | -0/+5 | |
| 2013-03-28 | Make sure form actions are properly aligned with form-horizontal | Andreas Cederström | 1 | -0/+5 | |
| 2013-03-28 | none of that | Mark Otto | 1 | -11/+0 | |
| 2013-03-27 | turn docs navbar into left navbar | Mark Otto | 1 | -0/+21 | |
| 2013-03-27 | Refactor .list-inline and .list-unstyled | Mark Otto | 1 | -8/+10 | |
| * Instead of shared and separate CSS, isolate by class for easier mixin-ability * .list-unstyled is now used as a mixin in .list-inline | |||||
| 2013-03-26 | New grid classes | Mark Otto | 5 | -35/+37 | |
| 2013-03-23 | Give horizontal-three-colors a horizontal filter gradient | Thomas McDonald | 1 | -1/+1 | |
| Previously the filter had GradientType=0, which would render a vertical gradient rather than the horizontal one implied by name | |||||
| 2013-03-17 | color border in table contextual classes | Mark Otto | 1 | -0/+6 | |
| 2013-03-17 | Remove `text-rendering` | Simon Boudrias | 1 | -1/+0 | |
| 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-17 | Remove all #font mixins; replace single instance of its use in Bootstrap ↵ | Mark Otto | 2 | -36/+1 | |
| with the @font-family-monospace variable | |||||
| 2013-03-17 | Exploring rems as font-size unit | Mark Otto | 4 | -30/+35 | |
| * Added a new mixin to calculate rems and pixels for IE fallback * Updated the body, p, and .lead elements to use the new .font-size() mixin * New mixin has default value of 14px or 1.4rem * Still needs exploration, and change this means lots of work rejiggering margins and line-heights * Related, started to reorganize the mixins a bit to call out mixins that are used by the framework and not utilities or snippets | |||||
| 2013-03-17 | mixin, not copypasta | Mark Otto | 1 | -3/+1 | |
| 2013-03-16 | convert to preboot's retina mixin | Mark Otto | 1 | -21/+14 | |
| 2013-03-16 | Merge branch '3.0.0-wip' of https://github.com/dannykeane/bootstrap into ↵ | Mark Otto | 1 | -0/+26 | |
| dannykeane-3.0.0-wip | |||||
| 2013-03-16 | fixes #7140: hide navbar toggle in print | Mark Otto | 1 | -0/+5 | |
| 2013-03-16 | Fixes #7150: colorize links in alerts | Mark Otto | 1 | -0/+18 | |
| 2013-03-16 | comment | Mark Otto | 1 | -1/+1 | |
| 2013-03-16 | Merge pull request #7258 from acconrad/patch-1 | Mark Otto | 1 | -0/+1 | |
| Update buttons.less to disable btn pointer events | |||||
| 2013-03-16 | Fix vertical button groups | Mark Otto | 1 | -0/+1 | |
