| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2012-02-19 | Merge branch 'abbr' of https://github.com/jacobrask/bootstrap into ↵ | Mark Otto | 1 | -3/+5 | |
| jacobrask-abbr Conflicts: docs/assets/bootstrap.zip | |||||
| 2012-02-19 | Merge branch 'alert-headers' of https://github.com/jacobrask/bootstrap into ↵ | Mark Otto | 1 | -11/+3 | |
| jacobrask-alert-headers Conflicts: docs/assets/bootstrap.zip | |||||
| 2012-02-19 | Merge branch 'gridcontainer' of https://github.com/jacobrask/bootstrap into ↵ | Mark Otto | 1 | -2/+4 | |
| jacobrask-gridcontainer Conflicts: docs/assets/bootstrap.zip | |||||
| 2012-02-19 | Merge branch '2.0.2-wip' of github.com:twitter/bootstrap into 2.0.2-wip | Mark Otto | 1 | -1/+0 | |
| Conflicts: docs/assets/bootstrap.zip | |||||
| 2012-02-19 | simplify text color in navbar by placing the color on global .navbar component | Mark Otto | 1 | -5/+3 | |
| 2012-02-19 | Remove underscore hack for IE6 | Jacob Rask | 1 | -1/+0 | |
| IE6 does not seem to be supported by Bootstrap, and reducing the number of unused and invalid properties is always nice. | |||||
| 2012-02-19 | Separate span12 and container classes | Jacob Rask | 1 | -2/+4 | |
| If you have less than 12 columns, container is too wide. Instead generate container width using the @gridColumns variable. Also remove duplicate container width property. | |||||
| 2012-02-19 | Use inherit on alert-heading color | Jacob Rask | 1 | -11/+3 | |
| Heading then inherits from the parent alert. Avoids a lot of extra unneccessary CSS. | |||||
| 2012-02-19 | Add class for upper case abbreviations, aka initialisms | Jacob Rask | 1 | -0/+4 | |
| Read more: * http://en.wikipedia.org/wiki/Abbreviation * http://en.wikipedia.org/wiki/Initialism | |||||
| 2012-02-19 | Only show help cursor/border for abbr with title | Jacob Rask | 1 | -1/+1 | |
| 2012-02-19 | All abbreviations are not upper case initialisms | Jacob Rask | 1 | -2/+0 | |
| Read more: * http://developers.whatwg.org/text-level-semantics.html#the-abbr-element * http://en.wikipedia.org/wiki/Abbreviation * http://en.wikipedia.org/wiki/Initialism | |||||
| 2012-02-18 | fix right aligned dropdowns | Mark Otto | 1 | -4/+4 | |
| 2012-02-17 | removing duplicate reset filter since we changed the main button to use ↵ | Mark Otto | 1 | -1/+0 | |
| buttonBackground mixin, per #2024 | |||||
| 2012-02-17 | fix duplicate input prepend/append css selectors per #2026 | Mark Otto | 1 | -3/+3 | |
| 2012-02-17 | swap last .btn-dark reference | Mark Otto | 1 | -1/+1 | |
| 2012-02-17 | Keep origin in track | Andreas Cederström | 1 | -5/+31 | |
| 2012-02-16 | 2.0.1v2.0.1 | Jacob Thornton | 1 | -1/+1 | |
| 2012-02-16 | bring back checkbox borders to iOS by conditionalizing the border: 0; on it ↵ | Mark Otto | 1 | -1/+7 | |
| to IE7-9; fix word break on pre in IE | |||||
| 2012-02-16 | change clearfix mixin to drop parens that prevent it from being a class, too | Mark Otto | 1 | -0/+10 | |
| 2012-02-16 | add mini buttons per #1971 | Mark Otto | 1 | -0/+5 | |
| 2012-02-16 | fix buttons focus state and swap a buttons for button buttons | Mark Otto | 1 | -3/+3 | |
| 2012-02-13 | change up fonts on form elements to remove unnecessary font-family on label ↵ | Mark Otto | 1 | -1/+6 | |
| element, per #1950 | |||||
| 2012-02-13 | Clean up inverse button using variables, adding button group examples. Also ↵ | Andreas Cederström | 1 | -12/+18 | |
| adding inverse inline label | |||||
| 2012-02-12 | ensure help-block is block per #1937 | Mark Otto | 1 | -0/+1 | |
| 2012-02-12 | allow .input-prepend/.input-append to work in .navbar per #1681 | Mark Otto | 1 | -0/+7 | |
| 2012-02-12 | clear up scaffolding page to separate fixed from fluid grid systems | Mark Otto | 1 | -12/+12 | |
| 2012-02-12 | clean up modals.less comments, add new class for optional use on modal forms ↵ | Mark Otto | 1 | -0/+3 | |
| to remove bottom margin | |||||
| 2012-02-12 | change classname from .btn-dark to .btn-inverse, change use text | Mark Otto | 1 | -3/+31 | |
| 2012-02-12 | enable the use of .nav-header in dropdowns per #1827 | Mark Otto | 1 | -11/+15 | |
| 2012-02-12 | add navbar background hover variable and fix uneditable-input with ↵ | Mark Otto | 1 | -0/+1 | |
| append/prepend controls | |||||
| 2012-02-12 | standardize default button gradient styles to match other buttons, reset ↵ | Mark Otto | 1 | -8/+22 | |
| it's IE filter to improve IE7 hover | |||||
| 2012-02-11 | update comment to reflect ie support | Mark Otto | 1 | -1/+1 | |
| 2012-02-11 | reset line-height for file input in ie9 | Mark Otto | 1 | -0/+3 | |
| 2012-02-11 | fix tabs content wrapping per #1620 | Mark Otto | 1 | -0/+3 | |
| 2012-02-11 | support small for legend per #1544 | Mark Otto | 1 | -0/+4 | |
| 2012-02-11 | remove color on :active of buttons | Mark Otto | 1 | -1/+0 | |
| 2012-02-11 | fix inline form checkbox/radios | Mark Otto | 1 | -0/+7 | |
| 2012-02-11 | move legend fix out of horizontal and to all forms | Mark Otto | 1 | -1/+1 | |
| 2012-02-11 | update selectors for icons to include matcher for icon class in middle of ↵ | Mark Otto | 1 | -2/+2 | |
| class attr, remove docs mention of requiring icon-* first | |||||
| 2012-02-10 | manually address #1895 | Mark Otto | 1 | -1/+1 | |
| 2012-02-10 | scope th bottom vertical-align to only thead, update code styles to include ↵ | Mark Otto | 1 | -5/+8 | |
| more comments in less file and scrollable option for pre tag | |||||
| 2012-02-09 | Merge branch 'barsoom-ol-unstyled' into 2.0.1-wip | Mark Otto | 1 | -1/+2 | |
| 2012-02-07 | Add ol.unstyled | Henrik N | 1 | -1/+2 | |
| 2012-02-06 | make after merging in breadcrumbs wrap fix | Mark Otto | 1 | -1/+1 | |
| 2012-02-06 | rearrange some of the docs on buttons to show examples of all possible ↵ | Mark Otto | 1 | -0/+2 | |
| renderings along with code snippets and note about usage; also fix the portrait tablet media query | |||||
| 2012-02-05 | add label hover style for ability to make it a link | Mark Otto | 1 | -0/+16 | |
| 2012-02-05 | resolve #1602 and add table hover style | Mark Otto | 1 | -0/+3 | |
| 2012-02-05 | close #1628 to add padding to all inline checkboxes/radios | Mark Otto | 1 | -3/+1 | |
| 2012-02-05 | fix #1631 by adding focus to radio buttons | Mark Otto | 1 | -1/+4 | |
| 2012-02-05 | clean up labels per #1656 | Mark Otto | 1 | -3/+3 | |
