| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2012-05-23 | Merge branch 'pvorb-patch-1' into 2.0.4-wip | Mark Otto | 1 | -3/+0 | |
| 2012-05-23 | fix field state mixin | Mark Otto | 1 | -0/+2 | |
| 2012-05-21 | Do not use filters in fade animations | Tomás Arribas | 1 | -3/+3 | |
| 2012-05-20 | Remove re-declaration of font-fam, font-size, and line-height in p | Paul Vorbach | 1 | -3/+0 | |
| 2012-05-17 | fix resizing issues from incorrectly changing <767px grid classes to ↵ | Mark Otto | 2 | -1/+9 | |
| inline-block, fix height issue on textareas | |||||
| 2012-05-17 | abandon activedescendant because it was awful | Jacob Thornton | 1 | -7/+3 | |
| 2012-05-17 | nearly everything working with activedescendant... then decide it's wrong. | Jacob Thornton | 2 | -3/+17 | |
| 2012-05-15 | move navbar and update paths so it sits in tests | Mark Otto | 1 | -0/+108 | |
| 2012-05-15 | Merge branch '2.0.4-wip-forms' of github.com:twitter/bootstrap into ↵ | Mark Otto | 1 | -23/+16 | |
| 2.0.4-wip-forms | |||||
| 2012-05-15 | finish fixing uneditable-input and remake | Mark Otto | 1 | -2/+4 | |
| 2012-05-15 | updated forms to rearrange focus state, reinstate uneditable-input, and a ↵ | Mark Otto | 1 | -24/+18 | |
| few other cleanup tidbits | |||||
| 2012-05-15 | correct regressions against 2.0.3 | Mark Otto | 1 | -12/+25 | |
| 2012-05-14 | three columns | Mark Otto | 1 | -9/+13 | |
| 2012-05-14 | move forms test to less/tests | Mark Otto | 1 | -0/+175 | |
| 2012-05-14 | consolidate and relabel new form selectors | Mark Otto | 1 | -13/+3 | |
| 2012-05-14 | add forms test page for all html5 input types and refactor selectors | Mark Otto | 1 | -71/+60 | |
| 2012-05-13 | #3257: share .navbar-fixed-top styles with .navbar-fixed-bottom | Mark Otto | 1 | -2/+9 | |
| 2012-05-13 | #3420: properly scope dropdown open state to immediate children only | Mark Otto | 1 | -1/+1 | |
| 2012-05-13 | #3449: make legend and form-actions the same border color | Mark Otto | 1 | -2/+2 | |
| 2012-05-13 | Merge branch 'aziz-patch-7' into 2.0.4-wip | Mark Otto | 1 | -1/+1 | |
| 2012-05-13 | document .hyphens() mixin | Mark Otto | 1 | -1/+1 | |
| 2012-05-13 | Merge branch 'Synchro-hyphenation' into 2.0.4-wip | Mark Otto | 1 | -0/+10 | |
| 2012-05-13 | Merge branch 'hyphenation' of https://github.com/Synchro/bootstrap into ↵ | Mark Otto | 1 | -0/+10 | |
| Synchro-hyphenation | |||||
| 2012-05-13 | Merge branch '2.0.4-wip' of github.com:twitter/bootstrap into 2.0.4-wip | Mark Otto | 1 | -1/+1 | |
| 2012-05-13 | #3469: add variables for dropdown menu dividers | Mark Otto | 3 | -5/+6 | |
| 2012-05-10 | Update .placeholder() mixin call | Milos Gavrilovic | 1 | -1/+1 | |
| In less/mixins.less this mixin is being created with @placeholderText color as default, which is actually set as @placeholderText: @grayLight in less/variables.less so it's redundant to make call like this: .placeholder(@grayLight); | |||||
| 2012-05-04 | Gradient mixins blow up in IE7/8 if you happen to use rgba() colors as params | David Hirtle | 1 | -3/+3 | |
| 2012-05-01 | Add Opera prefix | Synchro | 1 | -0/+1 | |
| 2012-05-01 | Coding style | Synchro | 1 | -1/+1 | |
| 2012-05-01 | Add .hyphens mixin | Synchro | 1 | -0/+9 | |
| 2012-04-30 | make responsive input fields not wrap for fluid input prepend/append by ↵ | Mark Otto | 1 | -1/+1 | |
| setting block back to inline-block (oversight of 2.0.3) | |||||
| 2012-04-30 | expand input css tests to fixed width grid | Mark Otto | 2 | -0/+68 | |
| 2012-04-26 | let's reuse color variables, instead of hardcoding colors. | Allen Bargi | 1 | -1/+1 | |
| 2012-04-25 | No need to specify units when a value is 0, thanks to RECESS | Allen Bargi | 1 | -1/+1 | |
| 2012-04-24 | Added Medias code and documentation | Giuliano Velli | 3 | -0/+83 | |
| Fix for Issue #1711 Added media.less and edited bootstrap.less and responsive.less to manage media components. Added a section to the documentation (Media, in components.html) outlining how Medias work. Edited bootstrap.css and bootstrap-responsive.css to add the code for the demos Signed-off-by: Giuliano Velli <[email protected]> | |||||
| 2012-04-24 | heading | Mark Otto | 1 | -0/+1 | |
| 2012-04-24 | officially drop support for offset on thumbnails since it breaks BC | Mark Otto | 2 | -3/+23 | |
| 2012-04-24 | restore margins on thumbnails, add comments about it's changes and how ↵ | Mark Otto | 4 | -1/+8 | |
| responsive affects it | |||||
| 2012-04-24 | make component animations work cross browsers with opacity mixin, restore ↵ | Mark Otto | 2 | -4/+5 | |
| float on thumbnails > li | |||||
| 2012-04-24 | implement ie7 fluid tests and semantic.gs IE7 hack for rounding in ie7; not ↵ | Mark Otto | 4 | -0/+252 | |
| perfect, but mostly solid | |||||
| 2012-04-24 | fix ie7 button group toggles and button borders | Mark Otto | 2 | -5/+5 | |
| 2012-04-24 | fix #3179: cut off radios and checkboxes | Mark Otto | 1 | -1/+1 | |
| 2012-04-24 | fix #3202: add cursor to .accordion-toggle | Mark Otto | 1 | -0/+5 | |
| 2012-04-23 | fix up buttons after recess property order | Mark Otto | 3 | -1/+5 | |
| 2012-04-23 | remove background color from radios and checkboxes for IEs | Mark Otto | 1 | -0/+8 | |
| 2012-04-20 | Added Medias code and documentation | Giuliano Velli | 3 | -0/+83 | |
| Added media.less and edited bootstrap.less and responsive.less to manage media components. Added a section to the documentation (Media, in components.html) outlining how Medias work. Edited bootstrap.css and bootstrap-responsive.css to add the code for the demos Signed-off-by: Giuliano Velli <[email protected]> | |||||
| 2012-04-18 | fix #3111, badge and label alignment with surrounding text | Mark Otto | 2 | -1/+29 | |
| 2012-04-18 | add -ms-user-select | Han Lin Yap | 1 | -0/+1 | |
| 2012-04-16 | lots of property ordering | Jacob Thornton | 10 | -65/+60 | |
| 2012-04-16 | few more property orders | Jacob Thornton | 3 | -3/+3 | |
