| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2013-03-17 | Exploring rems as font-size unit | Mark Otto | 1 | -32/+29 | |
| * 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-16 | fixes #7140: hide navbar toggle in print | Mark Otto | 1 | -0/+3 | |
| 2013-03-16 | Fixes #7150: colorize links in alerts | Mark Otto | 1 | -0/+24 | |
| 2013-03-16 | typo | Mark Otto | 1 | -1/+1 | |
| 2013-03-16 | Fix vertical button groups | Mark Otto | 1 | -0/+1 | |
| 2013-03-16 | Use form elements in checkbox and radio button groups | Mark Otto | 2 | -24/+77 | |
| * Uses .btn on label elements with nested checkbox and radio controls within * Updated examples to reflect change in HTML and CSS * Had to add .active all buttons for proper state highlighting (mimicing the :active pseudo state) * Still needs JavaScript plugin updated by @fat | |||||
| 2013-03-16 | remove inner shadow from .highlight | Mark Otto | 1 | -1/+0 | |
| 2013-03-16 | update pygments highlighting with customizations from preboot | Mark Otto | 1 | -2/+6 | |
| 2013-03-15 | Overhaul the grid system and its docs | Mark Otto | 2 | -18/+165 | |
| * Add new grid mixins adapted from Preboot (http://github.com/mdo/preboot) * Drop the @grid-row-width and @grid-column-width variables * Add the @grid-float-breakpoint variable, as used in Preboot * Add support for .push* and .pull* classes for column ordering manipulation * Document all the things | |||||
| 2013-03-15 | begin to rewrite the grid docs | Mark Otto | 1 | -8/+23 | |
| 2013-03-15 | getting started as navbar link label | Mark Otto | 1 | -1/+1 | |
| 2013-03-14 | Use translucent box shadow on hr elements; colorize hr elements within alert ↵ | Mark Otto | 1 | -16/+56 | |
| components | |||||
| 2013-03-14 | fix derpy linenos in pygments for thumbnails component | Mark Otto | 2 | -3/+2 | |
| 2013-03-14 | unfuck misaligned main container | Mark Otto | 2 | -5/+4 | |
| 2013-03-14 | fix example navbar brand | Mark Otto | 1 | -1/+1 | |
| 2013-03-14 | use the proper selector | Mark Otto | 1 | -1/+1 | |
| 2013-03-14 | modify copy | Mark Otto | 1 | -5/+5 | |
| 2013-03-14 | Merge branch '3.0.0-wip' of https://github.com/addyosmani/bootstrap into ↵ | Mark Otto | 1 | -0/+5 | |
| addyosmani-3.0.0-wip | |||||
| 2013-03-14 | Fixes #7281: make tables super specific for hovers and striping to avoid ↵ | Mark Otto | 1 | -10/+10 | |
| nesting issues | |||||
| 2013-03-14 | Merge branch '3.0.0-wip' of github.com:twitter/bootstrap into 3.0.0-wip | Mark Otto | 2 | -2/+2 | |
| Conflicts: less/grid.less | |||||
| 2013-03-14 | Added bower install to download/install options in getting started guide | Addy | 1 | -0/+5 | |
| 2013-03-10 | Merge pull request #7208 from benilovj/3.0.0-wip | Mark Otto | 1 | -1/+1 | |
| fix grammatical mistakes in carousel docs | |||||
| 2013-03-10 | Set border-box globally instead | Mark Otto | 1 | -12/+6 | |
| 2013-03-09 | Fix Typo sucess to success | Ufuk Avcu | 1 | -1/+1 | |
| Mini typo fix in the docs... | |||||
| 2013-03-08 | fix grammatical mistakes in carousel docs | Jake Benilov | 1 | -1/+1 | |
| 2013-03-03 | tweak icons alignment | Mark Otto | 1 | -0/+8 | |
| 2013-03-03 | Remove support for .uneditable-input | Mark Otto | 1 | -53/+13 | |
| 2013-03-03 | Nuke the gallery, punt it to the new http://expo.getbootstrap.com | Mark Otto | 25 | -134/+7 | |
| 2013-03-03 | fix row change at breakpoint | Mark Otto | 1 | -0/+4 | |
| 2013-03-01 | nuke commented out unused var | Mark Otto | 1 | -5/+0 | |
| 2013-03-01 | Merge branch 'master' into 3.0.0-wip | Mark Otto | 7 | -10/+26 | |
| Conflicts: Makefile README.md component.json docs/assets/css/bootstrap-responsive.css docs/assets/css/bootstrap.css docs/assets/js/bootstrap-affix.js docs/assets/js/bootstrap-alert.js docs/assets/js/bootstrap-button.js docs/assets/js/bootstrap-carousel.js docs/assets/js/bootstrap-collapse.js docs/assets/js/bootstrap-dropdown.js docs/assets/js/bootstrap-modal.js docs/assets/js/bootstrap-popover.js docs/assets/js/bootstrap-scrollspy.js docs/assets/js/bootstrap-tab.js docs/assets/js/bootstrap-tooltip.js docs/assets/js/bootstrap-transition.js docs/assets/js/bootstrap-typeahead.js docs/assets/js/bootstrap.js docs/assets/js/bootstrap.min.js docs/index.html docs/templates/pages/index.mustache js/bootstrap-affix.js js/bootstrap-alert.js js/bootstrap-button.js js/bootstrap-carousel.js js/bootstrap-collapse.js js/bootstrap-dropdown.js js/bootstrap-modal.js js/bootstrap-popover.js js/bootstrap-scrollspy.js js/bootstrap-tab.js js/bootstrap-tooltip.js js/bootstrap-transition.js js/bootstrap-typeahead.js less/bootstrap.less less/responsive.less package.json | |||||
| 2013-03-01 | Fix alignment of .navbar-brand | Mark Otto | 1 | -1/+1 | |
| 2013-03-01 | improve navbar toggle and hide code snippets on mobile devices for now | Mark Otto | 3 | -2/+16 | |
| 2013-03-01 | redo the buttons examples | Mark Otto | 1 | -62/+44 | |
| 2013-02-28 | customize navbar in docs | Mark Otto | 2 | -1/+17 | |
| 2013-02-28 | Fixes #6998: disabled background color properly on pagination | Mark Otto | 1 | -1/+1 | |
| 2013-02-28 | Fixes #6995: Add disabled navbar nav link support | Mark Otto | 2 | -2/+17 | |
| 2013-02-28 | Fixes #6954: properly reset grid classes within tables | Mark Otto | 1 | -3/+7 | |
| 2013-02-28 | Holy fucking shit fix that input group with buttons rounded corner noise | Mark Otto | 2 | -41/+51 | |
| 2013-02-28 | shiiiit | fat | 3 | -3/+3 | |
| 2013-02-28 | 2.3.1 | fat | 19 | -32/+32 | |
| 2013-02-28 | rebuild | fat | 1 | -1/+0 | |
| 2013-02-28 | whitespace | fat | 1 | -1/+0 | |
| 2013-02-28 | only pass unique options through to child nodes in tooltips | fat | 3 | -3/+21 | |
| 2013-02-28 | rebuild | fat | 3 | -3/+3 | |
| 2013-02-28 | Fixes #6935: Use standard decimal points for .opacity() mixin | Mark Otto | 1 | -1/+2 | |
| 2013-02-28 | Fixes #6897: Print styles get own .less file | Mark Otto | 2 | -53/+54 | |
| 2013-02-28 | le sigh | fat | 3 | -3/+3 | |
| 2013-02-28 | Remove margin between buttons in button groups; use border-radius mixins to ↵ | Mark Otto | 1 | -13/+8 | |
| avoid reseting border-radii that don't need resetting | |||||
| 2013-02-26 | add new example thumbnails; update links to point to new windows | Mark Otto | 4 | -18/+18 | |
