| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2017-11-25 | move from csslint to stylelint | Mark Otto | 1 | -3/+3 | |
| 2014-07-23 | Fixes #14168: bold nested kbd elements | Mark Otto | 1 | -0/+1 | |
| 2014-04-15 | Add nested kbd element styles for actual keys or inputs | Cecchi MacNaughton | 1 | -0/+6 | |
| 2014-03-06 | Fixes #12824: Remove white-space: nowrap from code elements | Mark Otto | 1 | -1/+0 | |
| 2013-12-07 | Fixes #11193: Add kbd element styles to indicate user input via keyboard | Mark Otto | 1 | -0/+10 | |
| 2013-10-21 | Change upper case to lower case | Zlatan Vasović | 1 | -1/+1 | |
| 2013-10-17 | FIx invalid element selector | Zlatan Vasović | 1 | -1/+1 | |
| `kbd` (keyboard) is right, not `kdb`. :P | |||||
| 2013-10-03 | Change border to border-radius | Zlatan Vasović | 1 | -1/+1 | |
| Border isn't set, but border-radius is. | |||||
| 2013-09-11 | Merge branch 'master' of github.com:twbs/bootstrap | Mark Otto | 1 | -1/+3 | |
| Conflicts: dist/css/bootstrap.min.css | |||||
| 2013-09-11 | Remove old and unused .prettyprint styles in code.less (per #10566) | Mark Otto | 1 | -5/+0 | |
| 2013-08-21 | code.less: also set default monospace font for `<kbd>` and `<samp>` | Max F. Albrecht | 1 | -1/+3 | |
| 2013-08-12 | inherit font-size in code when inside pre | Mark Otto | 1 | -0/+1 | |
| 2013-08-11 | addressing #9189 manually, part 1: code and pre vars | Mark Otto | 1 | -3/+3 | |
| 2013-07-23 | Update code vars | Mark Otto | 1 | -2/+1 | |
| * Drop the `rgba()` border and fallback because fuck that noise * Add vars to customizer * Remove rogue `:` | |||||
| 2013-07-20 | moving code and dropdowns to variables.less | syed | 1 | -5/+5 | |
| 2013-07-07 | code.less: cleanup styles that get immediately overriden later in the file | Chris Rebert | 1 | -4/+2 | |
| 2013-06-25 | Merge pull request #8297 from cvrebert/patch-1 | Mark Otto | 1 | -2/+0 | |
| rm pre{white-space:pre-wrap;} since redundant to Normalize | |||||
| 2013-06-25 | rm fallback white-space for <code> | Chris Rebert | 1 | -1/+0 | |
| If my analysis is right, this should be unnecessary. | |||||
| 2013-06-25 | rm pre{white-space:pre-wrap;} since redundant to Normalize.css | Chris Rebert | 1 | -2/+0 | |
| 2013-05-10 | Fix component margin and padding values to use @line-height-computed | Aaron | 1 | -3/+3 | |
| 2013-04-21 | Fixes #7617: lowercase and dash gray color vars | Mark Otto | 1 | -1/+1 | |
| 2013-03-17 | Remove all #font mixins; replace single instance of its use in Bootstrap ↵ | Mark Otto | 1 | -1/+1 | |
| with the @font-family-monospace variable | |||||
| 2013-03-06 | make less files compile with strict maths in 1.4.0 | Luke Page | 1 | -4/+4 | |
| 2013-01-15 | mobile-first navs, navbar, grids, and type | Mark Otto | 1 | -3/+3 | |
| 2012-12-08 | Merge branch 'master' into 3.0.0-wip | Mark Otto | 1 | -0/+2 | |
| 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-06 | Fix code block white-space breaks within pre tags. | Bryan Petty | 1 | -0/+2 | |
| 2012-11-30 | more consistent variable naming patterns | Mark Otto | 1 | -7/+7 | |
| 2012-11-30 | Part 1 of unCamelCasing variables | Mark Otto | 1 | -6/+6 | |
| 2012-11-04 | Merge branch '2.2.2-wip' into exploratory | Mark Otto | 1 | -0/+1 | |
| Conflicts: docs/assets/css/bootstrap.css less/buttons.less less/forms.less | |||||
| 2012-11-04 | Fixes #5662: white-space: nowrap; on code element | Mark Otto | 1 | -0/+1 | |
| 2012-11-02 | Merge branch '2.2.2-wip' into exploratory | Mark Otto | 1 | -0/+1 | |
| 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-03 | use border-radius vars where possible | Mark Otto | 1 | -1/+1 | |
| 2012-09-30 | consolidate border-radius on code | Mark Otto | 1 | -3/+2 | |
| 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 all ie7 conditionals and mixins | Mark Otto | 1 | -1/+1 | |
| 2012-08-19 | pre font-size increase; revert static top navbar, undo contents section for now | Mark Otto | 1 | -1/+1 | |
| 2012-07-07 | fix up docs to use default container, fix responsive home changes | Mark Otto | 1 | -2/+2 | |
| 2012-06-28 | standardize top level file comments | Mark Otto | 1 | -3/+4 | |
| 2012-04-16 | lots of property ordering | Jacob Thornton | 1 | -4/+4 | |
| 2012-03-10 | make pre font-size a percentage of @baseFontSize | Mark Otto | 1 | -1/+1 | |
| 2012-02-19 | add new global styles docs section for mentioning doctype requirements, base ↵ | Mark Otto | 1 | -1/+1 | |
| body changes, and type/links; also tightened up code styles | |||||
| 2012-02-16 | bring back checkbox borders to iOS by conditionalizing the border: 0; on it ↵ | Mark Otto | 1 | -0/+1 | |
| to IE7-9; fix word break on pre in IE | |||||
| 2012-02-10 | scope th bottom vertical-align to only thead, update code styles to include ↵ | Mark Otto | 1 | -0/+10 | |
| more comments in less file and scrollable option for pre tag | |||||
| 2012-02-04 | #1715: strip code of styles when in a pre | Mark Otto | 1 | -0/+2 | |
| 2012-01-26 | moving structure around + more work on builder... | Jacob Thornton | 1 | -0/+44 | |
