| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2012-01-23 | cut margin in half on default forms | Mark Otto | 1 | -1/+2 | |
| 2012-01-23 | revert to negative margin on grid row | Mark Otto | 1 | -3/+2 | |
| 2012-01-23 | Merge branch 'normalize' of https://github.com/necolas/bootstrap into ↵ | Mark Otto | 1 | -21/+21 | |
| necolas-normalize Conflicts: bootstrap.css bootstrap.min.css lib/type.less | |||||
| 2012-01-22 | :focus:required:invalid: ↵ | Jacob Thornton | 1 | -1/+1 | |
| http://www.alistapart.com/articles/forward-thinking-form-validation | |||||
| 2012-01-22 | rebuild | Jacob Thornton | 1 | -4/+4 | |
| 2012-01-22 | don't use negative margin - use first child to set to 0 | Jacob Thornton | 1 | -1/+2 | |
| 2012-01-22 | fix sans-serif order in forms.less and rebuild | Jacob Thornton | 1 | -29/+29 | |
| 2012-01-22 | share -> share-alt | Jacob Thornton | 1 | -1/+1 | |
| 2012-01-20 | Remove global reset in favour of contextual reset. | Nicolas Gallagher | 1 | -19/+19 | |
| Rather than having a partial reset with individual elements having their styles built back up, only elements without replacement styles have specific properties 'reset'. This commit also includes: a correction to the font mixin arguments used on forms (the output is now valid CSS); the removal of `overflow-y:scroll` from the `html` element which is now known to cause some problems for jQuery modal plugins in Firefox. | |||||
| 2012-01-19 | Remove search input cancel button in WebKit-OSX. | Nicolas Gallagher | 1 | -1/+1 | |
| On input elements with a `type` of `search`, WebKit on OS X will display a cancel button after text has been entered. This can look ugly or be poorly position when you've added other styles to the input (especially additional padding). | |||||
| 2012-01-19 | Remove unnecessary CSS properties from the clearfix mixin. | Nicolas Gallagher | 1 | -12/+12 | |
| 2012-01-18 | don't scope placeholder text color to just inputs | Mark Otto | 1 | -2/+2 | |
| 2012-01-18 | make button active state clearer by lightening the inner shadow and removing ↵ | Mark Otto | 1 | -1/+1 | |
| the background image | |||||
| 2012-01-18 | rename navbar variables, change navbar search placeholder to mixin | Mark Otto | 1 | -31/+31 | |
| 2012-01-17 | scope table styles to a class, .table, instead of on the generic element as ↵ | Mark Otto | 1 | -6/+5 | |
| a smarter default | |||||
| 2012-01-17 | cleanup accordion css and add comments | Mark Otto | 1 | -3/+2 | |
| 2012-01-17 | Merge branch '2.0-wip' of github.com:twitter/bootstrap into 2.0-wip | Mark Otto | 1 | -4/+5 | |
| Conflicts: bootstrap.css bootstrap.min.css docs/javascript.html lib/accordion.less | |||||
| 2012-01-16 | fix js link in docs nav, restyle accordion with new css | Mark Otto | 1 | -2/+3 | |
| 2012-01-15 | reorder properties | Jacob Thornton | 1 | -2/+2 | |
| 2012-01-15 | do some trickery to get borders looking right | Jacob Thornton | 1 | -3/+3 | |
| 2012-01-15 | fix margin | Jacob Thornton | 1 | -2/+2 | |
| 2012-01-15 | make accordions little bit smoother | Jacob Thornton | 1 | -4/+5 | |
| 2012-01-15 | updated accordion and carousel; accordion still needs work | Mark Otto | 1 | -4/+11 | |
| 2012-01-15 | move carousel to separate stylesheet, update popovers to fix ie7 bug, fix ↵ | Mark Otto | 1 | -19/+20 | |
| pagination, fix alerts | |||||
| 2012-01-15 | make dl and child elements less specific | Mark Otto | 1 | -3/+4 | |
| 2012-01-15 | fix grid sized horizontal form layout | Mark Otto | 1 | -3/+3 | |
| 2012-01-15 | fix modal horizontal alignment | Mark Otto | 1 | -1/+1 | |
| 2012-01-15 | make horizontal form labels map to default grid sizing | Mark Otto | 1 | -4/+3 | |
| 2012-01-15 | normalize the alert classes to match last night's flip for form and table ↵ | Mark Otto | 1 | -9/+9 | |
| classes | |||||
| 2012-01-15 | fix some ie7 bugs, improve dropdowns for ie due to lack of a shadow, fix ↵ | Mark Otto | 1 | -3/+3 | |
| pager example code | |||||
| 2012-01-14 | gray out links for active state on pagination | Mark Otto | 1 | -0/+1 | |
| 2012-01-14 | change up classes on tables and forms, fix nav list styles in example | Mark Otto | 1 | -14/+14 | |
| 2012-01-14 | adding the pager component after rewriting the pagination docs and css | Mark Otto | 1 | -5/+13 | |
| 2012-01-14 | allow btn-groups to work in navbars | Mark Otto | 1 | -2/+3 | |
| 2012-01-14 | fix duplicate icons | Mark Otto | 1 | -1/+1 | |
| 2012-01-14 | update preventing double border line for bordered tables by account for th ↵ | Mark Otto | 1 | -1/+1 | |
| elements in tr elements | |||||
| 2012-01-14 | make inline and search form labels inline-block | Mark Otto | 1 | -0/+1 | |
| 2012-01-14 | move up alert message close icon | Mark Otto | 1 | -1/+1 | |
| 2012-01-14 | rewrite alert messages to use less code, combine the look of default and ↵ | Mark Otto | 1 | -19/+17 | |
| block messages, simplify docs | |||||
| 2012-01-13 | update dropdowns spacing and docs section spacing | Mark Otto | 1 | -3/+2 | |
| 2012-01-12 | nuke uber footer, bring back topbar dropdowns | Mark Otto | 1 | -6/+8 | |
| 2012-01-12 | fix type shorthand in blockquote | Mark Otto | 1 | -1/+1 | |
| 2012-01-11 | Merge branch '2.0-wip' of github.com:twitter/bootstrap into 2.0-wip | Mark Otto | 1 | -12/+12 | |
| Conflicts: bootstrap.css | |||||
| 2012-01-11 | Merge branch '2.0-wip' of https://github.com/twitter/bootstrap into 2.0-wip | Jacob Thornton | 1 | -0/+1 | |
| Conflicts: bootstrap.css | |||||
| 2012-01-11 | add build tool for js + rename twipsy to tooltip + lots of little doc cleanup | Jacob Thornton | 1 | -13/+13 | |
| 2012-01-11 | comments and borders for multiple tbody | Mark Otto | 1 | -0/+1 | |
| 2012-01-10 | account for multiple tbody with 2px border between | Mark Otto | 1 | -0/+1 | |
| 2012-01-09 | remove empty margin property | Mark Otto | 1 | -1/+1 | |
| 2012-01-08 | remove static popovers, modals, and twipsies from components in favor of ↵ | Mark Otto | 1 | -1/+1 | |
| full javascript page | |||||
| 2012-01-08 | updated js pages to put examples first | Mark Otto | 1 | -1/+1 | |
