| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2012-02-22 | fix #1954: icons in tabs add jank border | Mark Otto | 1 | -2/+3 | |
| 2012-02-22 | restore fixed navbar container reset to grid mixin, add override for inputs ↵ | Mark Otto | 1 | -13/+16 | |
| within grid mixins to fix #2080 | |||||
| 2012-02-22 | Merge branch '2.0.2-wip' of github.com:twitter/bootstrap into 2.0.2-wip | Mark Otto | 1 | -142/+1 | |
| Conflicts: docs/assets/bootstrap.zip | |||||
| 2012-02-22 | tighten padding on labels and badges given default line-height | Mark Otto | 1 | -6/+6 | |
| 2012-02-21 | Merge branch '2.0.2-wip' of https://github.com/twitter/bootstrap into 2.0.2-wip | Jacob Thornton | 1 | -13/+53 | |
| Conflicts: docs/assets/bootstrap.zip less/mixins.less | |||||
| 2012-02-21 | rewrite the grid system. Clean shit up tons - only generate 12 columns by ↵ | Jacob Thornton | 1 | -141/+0 | |
| default - custom builder will do differently if you request it. | |||||
| 2012-02-21 | set width to auto for default navbar container, then override it later for ↵ | Mark Otto | 1 | -1/+4 | |
| fixed navbars (done all via the #gridSystem mixins) | |||||
| 2012-02-21 | clear up table styles and docs to fix rowspan and colspan issues for ↵ | Mark Otto | 1 | -4/+3 | |
| bordered tables, per #1918 | |||||
| 2012-02-21 | clean up and simplify support for bottom navbar by automagically turning ↵ | Mark Otto | 1 | -4/+4 | |
| dropdowns into dropups | |||||
| 2012-02-21 | Merge branch '2.0/fork/components/dropup' of ↵ | Mark Otto | 1 | -6/+38 | |
| https://github.com/buraktuyan/bootstrap into buraktuyan-2.0/fork/components/dropup Conflicts: docs/assets/css/bootstrap.css docs/components.html docs/templates/pages/components.mustache less/navbar.less | |||||
| 2012-02-21 | add support and docs for .navbar-fixed-bottom | Mark Otto | 1 | -3/+9 | |
| 2012-02-21 | move container up in default grid mixin | Mark Otto | 1 | -3/+3 | |
| 2012-02-21 | move table columns mixin to mixins.less | Mark Otto | 1 | -0/+204 | |
| 2012-02-21 | update forms help-block | Mark Otto | 1 | -4/+8 | |
| 2012-02-21 | Merge branch '2.0.2-wip-nowrapfix' of https://github.com/andriijas/bootstrap ↵ | Mark Otto | 1 | -1/+8 | |
| into andriijas-2.0.2-wip-nowrapfix Conflicts: docs/assets/bootstrap.zip | |||||
| 2012-02-21 | Bring back nowrap to labels and badges | Andreas Cederström | 1 | -0/+2 | |
| 2012-02-20 | adding basic badges support | Mark Otto | 1 | -0/+45 | |
| 2012-02-20 | introduce new mixin to do navbar vertical centering | Mark Otto | 1 | -4/+6 | |
| 2012-02-20 | update inline forms to resolve checkbox label with space in it and ↵ | Mark Otto | 1 | -0/+9 | |
| overlapping content, per #1969 | |||||
| 2012-02-20 | remove max-width on img from reset and put in docs only, per #1552 | Mark Otto | 1 | -1/+0 | |
| 2012-02-20 | fix overflow issue on tabbed content per #2079 | Mark Otto | 1 | -1/+1 | |
| 2012-02-20 | remake after merging buttons update | Mark Otto | 1 | -2/+2 | |
| 2012-02-20 | add horizontal divider support to nav list, including documentation for it, ↵ | Mark Otto | 1 | -1/+10 | |
| per #2106 | |||||
| 2012-02-19 | enable use of span in place of a for .disabled in pagination, per #1406 | Mark Otto | 1 | -1/+2 | |
| 2012-02-19 | move overflow and max-height on modal to modal-body instead | Mark Otto | 1 | -2/+2 | |
| 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-19 | Merge branch 'andriijas-2.0.1-wip' into 2.0.2-wip | Mark Otto | 1 | -11/+17 | |
| Conflicts: docs/assets/bootstrap.zip | |||||
| 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 | |||||
