| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2012-12-06 | Fix code block white-space breaks within pre tags. | Bryan Petty | 1 | -0/+2 | |
| 2012-12-05 | Escape × | Quy Ton | 4 | -10/+10 | |
| 2012-12-05 | Nuke all i18n tags from .mustache templates | Mark Otto | 8 | -1824/+1824 | |
| 2012-12-05 | Remove commented out old popover CSS | Mark Otto | 1 | -60/+0 | |
| 2012-12-05 | Merge branch '2.2.2-wip' into 3.0.0-wip | Mark Otto | 25 | -205/+205 | |
| Conflicts: README.md docs/assets/css/bootstrap.css docs/assets/js/bootstrap.js docs/assets/js/bootstrap.min.js docs/examples/fluid.html docs/scaffolding.html less/breadcrumbs.less less/popovers.less less/responsive.less | |||||
| 2012-12-04 | add gallery page, fill with a few screenshots to start | Mark Otto | 22 | -18/+296 | |
| 2012-12-04 | Fixes #4550: Temporary fix for dropdown taps on mobile | Mark Otto | 3 | -1/+3 | |
| * Fix as documented here: https://github.com/twitter/bootstrap/issues/4756#issuecomment-9952781 * Stops propagation for touchstart for dropdowns | |||||
| 2012-12-04 | Fix up display of dropdown submenu examples on responsive views | Mark Otto | 3 | -13/+47 | |
| 2012-12-04 | correct link on index page to grid system | Mark Otto | 2 | -2/+2 | |
| 2012-12-03 | Once more, update all the favicons to retina | Mark Otto | 17 | -33/+33 | |
| 2012-12-03 | Align the touch icons attributes | Mark Otto | 9 | -18/+18 | |
| 2012-12-03 | Fixes #6115: scope breadcrumb styles to immediate children only | Mark Otto | 1 | -3/+3 | |
| 2012-12-03 | Improve rendering of carousel example for IE10 | Mark Otto | 1 | -47/+57 | |
| 2012-12-03 | Fixing header color for success, error and info alerts | Andreas Cederstròˆm | 2 | -18/+14 | |
| 2012-12-02 | Enable responsive features in IE10 when snapped | Mark Otto | 1 | -0/+4 | |
| 2012-12-02 | Revert vertical gradient spec to 'to bottom' as 'top' doesn't work in IE10 | Mark Otto | 1 | -19/+19 | |
| 2012-12-02 | reset text align in popovers given inline insertion | Mark Otto | 1 | -0/+1 | |
| 2012-12-02 | remove overrides on inner html of popover-content | Mark Otto | 1 | -6/+0 | |
| 2012-12-02 | run make on js changes to popover | Mark Otto | 3 | -7/+8 | |
| 2012-12-02 | run make on modal popover fix | Mark Otto | 1 | -0/+1 | |
| 2012-12-01 | follow button width | Mark Otto | 1 | -1/+1 | |
| 2012-12-01 | remove single corner border-radius mixins | Mark Otto | 1 | -90/+30 | |
| 2012-12-01 | move around social buttons | Mark Otto | 11 | -65/+179 | |
| 2012-11-30 | version bump to 3.0 | Mark Otto | 19 | -33/+34 | |
| 2012-11-30 | section title change | Mark Otto | 2 | -2/+2 | |
| 2012-11-30 | docs content changed | Mark Otto | 2 | -2/+2 | |
| 2012-11-30 | remove responsive image from css docs page | Mark Otto | 3 | -23/+2 | |
| 2012-11-30 | remove deleted css files, run make | Mark Otto | 8 | -31/+8402 | |
| 2012-11-30 | first pass at nuking scaffolding | Mark Otto | 6 | -8965/+300 | |
| 2012-11-30 | Remove more fluid grid stuff | Mark Otto | 3 | -181/+1 | |
| * No more fluid layout * No fluid grid overrides for tables.less * No more fluid example page | |||||
| 2012-11-30 | grid vars updated | Mark Otto | 2 | -14/+14 | |
| 2012-11-30 | popovers and tooltips vars | Mark Otto | 1 | -29/+29 | |
| 2012-11-30 | form state vars | Mark Otto | 2 | -16/+16 | |
| 2012-11-30 | hero unit and pagination vars | Mark Otto | 2 | -6/+6 | |
| 2012-11-30 | navbar vars | Mark Otto | 2 | -35/+35 | |
| 2012-11-30 | more vars changed | Mark Otto | 1 | -1/+1 | |
| 2012-11-30 | remove sprites vars, change zindex vars | Mark Otto | 2 | -12/+0 | |
| 2012-11-30 | remove color variables, swap others were appropro | Mark Otto | 3 | -32/+2 | |
| 2012-11-30 | more vars changing | Mark Otto | 2 | -10/+10 | |
| 2012-11-30 | more vars changed, remove @white var | Mark Otto | 3 | -55/+53 | |
| 2012-11-30 | more consistent variable naming patterns | Mark Otto | 6 | -34/+36 | |
| 2012-11-30 | Part 1 of unCamelCasing variables | Mark Otto | 6 | -48/+44 | |
| 2012-11-30 | more tests for form styles; includes lightening help text | Mark Otto | 3 | -65/+77 | |
| 2012-11-30 | Refine containers and navbars | Mark Otto | 1 | -8/+4 | |
| * Don't reset width on .container, .navbar-* .container, etc * Instead, use max-width to ensure proper styling for all navbars | |||||
| 2012-11-30 | Inputs now 100% width by default | Mark Otto | 3 | -318/+42 | |
| * Includes text inputs, selects, and textareas * Updated docs to include .span* sizes wherever possible * Commented out responsive 1200px inputs grid * Still some derp to be done to improve more, but this is a decent first stab | |||||
| 2012-11-30 | consolidate font resets into scaffolding | Mark Otto | 1 | -24/+9 | |
| 2012-11-30 | Merge branch '2.2.2-wip' into exploratory | Mark Otto | 16 | -137/+631 | |
| Conflicts: docs/assets/css/bootstrap.css docs/components.html docs/templates/pages/components.mustache less/alerts.less less/button-groups.less less/buttons.less less/tests/css-tests.html | |||||
| 2012-11-29 | Fixes #5853: Maintain 10px margin above help block when following input groups | Mark Otto | 1 | -1/+3 | |
| 2012-11-29 | remove element from selector | Mark Otto | 1 | -1/+1 | |
| 2012-11-29 | Merge pull request #6039 from desheikh/2.2.2-wip | Mark Otto | 1 | -1/+2 | |
| help-block margin-top should also apply after a span.uneditable-input | |||||
