| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2012-04-24 | changes for build in preperation for 2.0.3 release | Jacob Thornton | 1 | -1/+1 | |
| 2012-04-22 | fix typo | Mark Otto | 1 | -1/+1 | |
| 2012-04-19 | mention responsive css in navbar responsive section | Mark Otto | 1 | -1/+1 | |
| 2012-04-18 | fix some text around media queries in the docs | Mark Otto | 1 | -3/+3 | |
| 2012-04-16 | fix modal per #3086 | Mark Otto | 1 | -1/+1 | |
| 2012-04-15 | move js tooltip link | Mark Otto | 1 | -1/+1 | |
| 2012-04-14 | bump version on docs homepage to 2.0.3 | Mark Otto | 1 | -1/+1 | |
| 2012-04-14 | merge in #2684, offset on the .makeColumn mixin | Mark Otto | 1 | -0/+10 | |
| 2012-04-14 | adding icon classes to finish off glyphicons 1.6 update | Mark Otto | 1 | -12/+32 | |
| 2012-04-12 | add 's' to 'classe' in components docs. thanks mishmosh. | ctalkington | 1 | -1/+1 | |
| 2012-04-07 | fix typo on js docs selector | Mark Otto | 1 | -1/+1 | |
| 2012-04-07 | clean up new input append examples | Mark Otto | 1 | -4/+4 | |
| 2012-04-07 | fix conflicts, add docs example for two buttons on an append | Mark Otto | 1 | -0/+8 | |
| 2012-04-07 | readd bootstrap.zip, add @inputBorderRadius var to close #2946 | Mark Otto | 2 | -0/+6 | |
| 2012-04-02 | fix #2911: correct /lib/ path to /less/ | Mark Otto | 1 | -1/+1 | |
| 2012-03-31 | fix #2860: truncate .dl-horizontal terms and reset to stacked for <767px layouts | Mark Otto | 1 | -0/+7 | |
| 2012-03-31 | update less docs page to reflect changes in mixins (no more default values) ↵ | Mark Otto | 1 | -7/+7 | |
| and variable name fix | |||||
| 2012-03-31 | clarify use of dropdowns, href, and data-target for js docs; add tests to ↵ | Mark Otto | 1 | -0/+14 | |
| css tests page for it's display and execution in html | |||||
| 2012-03-28 | rearrange other parts of forms docs | Mark Otto | 1 | -46/+41 | |
| 2012-03-28 | document .backface-visibility and update comments and initial value | Mark Otto | 1 | -0/+5 | |
| 2012-03-28 | start rearranging form docs and clear up messaging about required classes ↵ | Mark Otto | 1 | -25/+14 | |
| and default styles | |||||
| 2012-03-28 | fix homepage link in css-tests and remove second help text from example form | Mark Otto | 1 | -1/+1 | |
| 2012-03-28 | moving css tests to less directory | Mark Otto | 1 | -276/+0 | |
| 2012-03-28 | fix #2832: clarify docs on use of .tabbable and add mention of .fade | Mark Otto | 1 | -24/+28 | |
| 2012-03-27 | fix second booboo | Mark Otto | 1 | -1/+1 | |
| 2012-03-27 | Merge branch '2.0.3-wip' of github.com:twitter/bootstrap into 2.0.3-wip | Mark Otto | 2 | -7/+9 | |
| Conflicts: docs/assets/bootstrap.zip | |||||
| 2012-03-27 | fix spelling booboo | Mark Otto | 1 | -1/+1 | |
| 2012-03-27 | Finish of close conversion from a to button | Andreas Cederström | 2 | -7/+9 | |
| 2012-03-26 | update LESS docs to note @baseFontSize and @baseLineHeight must be pixels | Mark Otto | 1 | -8/+10 | |
| 2012-03-26 | fix #2799, mention of text in the navbar | Mark Otto | 1 | -1/+1 | |
| 2012-03-25 | update docs messaging around alerts and buttons | Mark Otto | 1 | -1/+1 | |
| 2012-03-25 | change all anchor alert closes to buttons | Mark Otto | 1 | -6/+6 | |
| 2012-03-25 | add heads up note for required href on alert dismiss actions | Mark Otto | 1 | -2/+3 | |
| 2012-03-25 | add back href for alerts in components docs to make close work on iphone | Mark Otto | 1 | -5/+5 | |
| 2012-03-25 | add refresh method documentation to js docs to close #2028 and #2795 | Mark Otto | 1 | -0/+8 | |
| 2012-03-25 | add css tests for fluid rows and inputs | Mark Otto | 1 | -1/+28 | |
| 2012-03-25 | change arrows in one pagination example because opera janks it up, per #2697 | Mark Otto | 1 | -2/+2 | |
| 2012-03-25 | fix responsive navbar | Jacob Thornton | 1 | -1/+1 | |
| 2012-03-25 | Overhaul the responsive utility classes: | Mark Otto | 2 | -7/+9 | |
| 1. Rename file from responsive-utility-classes.less to responsive-utilities.less 2. Add additional help text around the documentation for the classes in Scaffolding 3. Remove unnecessary display values on initial classes 4. Drop block values for inherit for better support on inline and table elements 5. Make use of \!important on every class to avoid classes with more specific selectors (e.g., .span* classes for the grid) | |||||
| 2012-03-25 | adding 144x144 ipad touch icon | Mark Otto | 1 | -0/+1 | |
| 2012-03-24 | add explict note that tooltip delay isn't applied to manual trigger type in ↵ | Jacob Thornton | 1 | -2/+2 | |
| popover/tooltip | |||||
| 2012-03-23 | Merge branch '2.1.0-wip' into 2.0.3-wip | Mark Otto | 1 | -1/+16 | |
| Conflicts: docs/assets/bootstrap.zip | |||||
| 2012-03-23 | Merge branch '2.0.3-wip' of https://github.com/andriijas/bootstrap into ↵ | Mark Otto | 1 | -3/+3 | |
| andriijas-2.0.3-wip Conflicts: docs/assets/bootstrap.zip | |||||
| 2012-03-23 | Fix #2758: Uneditable inputs in input-prepend/append | Mark Otto | 1 | -0/+56 | |
| 1. Added a missing comma to the input-append's form control stack () to fix border-radius 2. Add to the .uneditable-input in forms to remove the float as we do with all other form controls | |||||
| 2012-03-23 | badge-error => badge-important | Andreas Cederström | 1 | -3/+3 | |
| 2012-03-23 | css tests cleanup | Mark Otto | 1 | -12/+19 | |
| 2012-03-23 | fix broken tables with double borders and such, add css tests page to start ↵ | Mark Otto | 1 | -2/+182 | |
| with table edge cases | |||||
| 2012-03-23 | adding blog link to docs homepage | Mark Otto | 1 | -0/+1 | |
| 2012-03-23 | add mention of transitions plugin requirement on collapse | Mark Otto | 1 | -1/+2 | |
| 2012-03-22 | Dropdowns overhaul: | Mark Otto | 1 | -20/+0 | |
| 1. Removed broken and unused dropup examples from the navs/pills docs 2. New defaults for dropdown menus: all corners are rounded and always 1px offset from top unless otherwise specified 3. Refined active and open states for button dropdowns by adding a darker background color for each button variation when opened; also changed the opened dropdown-toggle's inset shadow to match that of an :active button 4. Generalized .dropdown.open to just .open, thus removing a few lines from button-groups.less. 5. Annnnnnnnnd I think that's it. | |||||
