| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2014-01-22 | Follow-up to #12250: remove remaining page margins for print | Mark Otto | 1 | -4/+0 | |
| 2014-01-22 | Fix #11655: Fix broken disabled states for iOS form controls and buttons | Mark Otto | 2 | -2/+9 | |
| 2014-01-22 | Merge branch 'master' of github.com:twbs/bootstrap | Mark Otto | 1 | -4/+4 | |
| 2014-01-22 | Merge pull request #12250 from twbs/rm-print-margins | Mark Otto | 1 | -4/+4 | |
| remove default left-right print margins per upstream h5bp change | |||||
| 2014-01-21 | remove default left-right print margins per upstream h5bp change | Chris Rebert | 1 | -4/+4 | |
| Refs: https://github.com/h5bp/html5-boilerplate/commit/57be193031b95b003b96efe9eba7a4db7f58f4e1 https://github.com/h5bp/html5-boilerplate/issues/1477 | |||||
| 2014-01-19 | remove confusing comment | Mark Otto | 1 | -3/+0 | |
| 2014-01-19 | Fix #12025 and minify styles | Zlatan Vasović | 2 | -11/+7 | |
| 2014-01-18 | Merge branch 'master' into bg-variant | Mark Otto | 5 | -28/+55 | |
| Conflicts: less/mixins.less | |||||
| 2014-01-18 | Merge pull request #12286 from watilde/fixes-panel | Mark Otto | 1 | -7/+39 | |
| Fixes #12263: Remove border radius when it's not both ends in panel | |||||
| 2014-01-18 | Merge pull request #12249 from twbs/modal-md | Mark Otto | 2 | -1/+2 | |
| add & use @modal-md Less var for uniformity | |||||
| 2014-01-18 | Merge branch 'master' into modal-md | Mark Otto | 2 | -3/+5 | |
| 2014-01-18 | Merge branch 'master' into bg-variant | Mark Otto | 2 | -3/+5 | |
| 2014-01-18 | Merge branch 'master' into text-emphasis-variant | Mark Otto | 2 | -3/+5 | |
| 2014-01-19 | remove border radius when it's not both ends in panel | Daijiro Wachi | 1 | -7/+39 | |
| 2014-01-17 | fix #12277 | Chris Rebert | 1 | -2/+2 | |
| Thanks to @Quy for pointing these out. | |||||
| 2014-01-16 | Split box-sizing reset for faster rendering | Mark Otto | 1 | -1/+3 | |
| 2014-01-15 | add & use @modal-md Less var for uniformity | Chris Rebert | 2 | -1/+2 | |
| 2014-01-15 | refactoring: add & use .bg-variant() mixin | Chris Rebert | 2 | -20/+14 | |
| 2014-01-15 | refactoring: add & use .text-emphasis-variant() mixin | Chris Rebert | 2 | -20/+14 | |
| 2014-01-14 | Fixes #12210: badges in xs buttons | Mark Otto | 1 | -0/+4 | |
| 2014-01-13 | Merge branch 'responsive-embed' of https://github.com/boulox/bootstrap into ↵ | Mark Otto | 1 | -0/+36 | |
| boulox-responsive-embed Conflicts: dist/css/bootstrap.css.map dist/css/bootstrap.min.css | |||||
| 2014-01-12 | fix #12154 | Chris Rebert | 1 | -2/+7 | |
| 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-10 | rm outdated `<select>` references from comments in forms.less | Chris Rebert | 1 | -2/+2 | |
| 2014-01-09 | Fixes #11990 and #12159: Make range inputs block level and 100% wide by default | Mark Otto | 1 | -0/+6 | |
| 2014-01-09 | mixins.less: fix typo in comment | Chris Rebert | 1 | -1/+1 | |
| 2014-01-09 | Add new varaible @icon-font-svg-id and set it to be the correct SVG font ID, ↵ | thomaswelton | 2 | -2/+2 | |
| used new variable in glyphicons.less | |||||
| 2014-01-08 | add support for '//===' for <h3>s in bs-lessdoc | Chris Rebert | 1 | -1/+1 | |
| 2014-01-08 | Use JS & Jade to generate the customizer variables form HTML from ↵ | Chris Rebert | 1 | -124/+277 | |
| variables.less; fixes #11095 also updates variables file organization (courtesy @mdo) | |||||
| 2014-01-07 | Fix #12073: Consistent order of variations | Julian Thilo | 8 | -48/+48 | |
| 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 | |||||
| 2014-01-05 | make CSSLint happier; refs #12094 | Chris Rebert | 1 | -0/+1 | |
| 2014-01-05 | Replace @screen-sm with @screen-sm-min | Zlatan Vasović | 1 | -1/+1 | |
| 2013-12-31 | Update Gruntfile.js to copy 'dist/' files to 'docs/dist/' with 'grunt dist' ↵ | Mark Otto | 1 | -0/+6 | |
| task; Fixes #12030: navbar toggle focus state | |||||
| 2013-12-31 | Fixes #12046: move .csscomb.json and .csslintrc to less/ folder | Mark Otto | 2 | -0/+313 | |
| 2013-12-30 | Add Embed responsive utility | Fabien | 1 | -0/+36 | |
| 2013-12-27 | Small fix: I noticed the use of a deprecated variable. This seems to be the ↵ | Môshe van der Sterre | 1 | -1/+1 | |
| only occurrence. | |||||
| 2014-01-21 | add @navbar-collapse-max-height Less variable | Chris Rebert | 2 | -1/+2 | |
| 2013-12-24 | don't roll back that comment | Mark Otto | 1 | -1/+1 | |
| 2013-12-24 | roll back version numbers to avoid broken links in docs and readme (fixes ↵ | Mark Otto | 1 | -1/+1 | |
| #12000) | |||||
| 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-20 | add new variables for "pagination" to improve support of customizing | Tobias Lindig | 2 | -4/+13 | |
| 2013-12-19 | Fixes #11952: Refactor blockquote styles | Mark Otto | 1 | -25/+30 | |
| * Deprecate .pull-right class for .blockquote-reverse * Move font-size change to the parent, blockquote, instead of setting on the p element to allow more flexible content | |||||
| 2013-12-19 | Added position: static to table th and td. | dzwillia | 1 | -0/+1 | |
| 2013-12-18 | buttons should be more mixin friendly | Mark Otto | 1 | -22/+22 | |
| 2013-12-18 | navbars need to use prefixed nav class or they won't work as expected | Mark Otto | 1 | -1/+1 | |
| 2013-12-18 | restore inline block on breadcrumbs and ensure proper code formatting for ↵ | Mark Otto | 1 | -1/+4 | |
| readibility | |||||
| 2013-12-18 | Revert commits | Julian Thilo | 3 | -24/+24 | |
| Bootstrap is being relicensed from Apache 2.0 to MIT so that more of our community can use the free and open source software we lovely create together. As commits are copyright their original authors, the commits of any individual not agreeing to relicense their contributions are being removed to be later rewritten by the @twbs/team. This undoes the changes introduced by the following commits: https://github.com/twbs/bootstrap/commit/7ea34ae0ef79c793e9a9d393b4eef825b71e84b5 , https://github.com/twbs/bootstrap/commit/7376eef378fe7d5e69b8b8cce93c7c64b751d55a , https://github.com/twbs/bootstrap/commit/303ba1326bbe367598ab4cc063b4607507208e56 , https://github.com/twbs/bootstrap/commit/7d1c8c2a0ce16331583a965821690f7715e62908 , https://github.com/twbs/bootstrap/commit/11319f6da9f9a19ec40743cdfe868ac732698149 , https://github.com/twbs/bootstrap/commit/110fc8860117d8675345806219ba313b18086db2 , https://github.com/twbs/bootstrap/commit/ced08f69359f3a70771804a98fa3c499f388cc74 | |||||
| 2013-12-18 | Fixes #11899: Ensure proper margins and .small/small usage for heading tags ↵ | Mark Otto | 1 | -6/+6 | |
| (e.g., .h1-.h6) | |||||
| 2013-12-16 | Fix handling of btn-group placed inside input-group-btn (used for mixing ↵ | Sebastian Podjasek | 1 | -6/+16 | |
| dropdowns with normal buttons) | |||||
