| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2012-01-20 | only prevent default if getting data-href | Jacob Thornton | 1 | -2/+1 | |
| 2012-01-20 | Remove global reset in favour of contextual reset. | Nicolas Gallagher | 7 | -176/+132 | |
| 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-20 | Merge pull request #1069 from necolas/2.0-wip | Mark Otto | 5 | -52/+65 | |
| 2.0-wip: Changes to .gitignore, clearfix mixin, and search input reset | |||||
| 2012-01-19 | Remove search input cancel button in WebKit-OSX. | Nicolas Gallagher | 3 | -5/+6 | |
| 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 | 3 | -47/+25 | |
| 2012-01-19 | Add various always-ignore extensions, files, and folders to `.gitignore` | Nicolas Gallagher | 1 | -1/+35 | |
| 2012-01-18 | Added missing 'data-dismiss="modal"' on the first example model source. | Scott Watermasysk | 1 | -1/+1 | |
| 2012-01-18 | Make dropdown menus scalable. | Kevin Martensson | 4 | -5/+5 | |
| 2012-01-18 | don't scope placeholder text color to just inputs | Mark Otto | 3 | -11/+6 | |
| 2012-01-18 | make button active state clearer by lightening the inner shadow and removing ↵ | Mark Otto | 3 | -6/+8 | |
| the background image | |||||
| 2012-01-18 | rename navbar variables, change navbar search placeholder to mixin | Mark Otto | 5 | -266/+268 | |
| 2012-01-18 | re-org variables | Mark Otto | 1 | -54/+44 | |
| 2012-01-17 | revamp the mixins file to organize things a bit more, make placeholder text ↵ | Mark Otto | 4 | -31/+74 | |
| use a new variable instead of relying solely on @grayLight | |||||
| 2012-01-17 | Merge branch '2.0-wip' of github.com:twitter/bootstrap into 2.0-wip | Mark Otto | 1 | -1/+1 | |
| 2012-01-17 | scope table styles to a class, .table, instead of on the generic element as ↵ | Mark Otto | 8 | -81/+86 | |
| a smarter default | |||||
| 2012-01-17 | cleanup accordion css and add comments | Mark Otto | 4 | -16/+11 | |
| 2012-01-17 | Merge pull request #1042 from boberkfell/2.0-wip | Mark Otto | 1 | -1/+1 | |
| 2.0 wip Small typo fix in docs | |||||
| 2012-01-17 | Merge branch '2.0-wip' of github.com:twitter/bootstrap into 2.0-wip | Mark Otto | 1 | -23/+27 | |
| 2012-01-17 | Merge branch '2.0-wip' of github.com:twitter/bootstrap into 2.0-wip | Mark Otto | 5 | -55/+60 | |
| Conflicts: bootstrap.css bootstrap.min.css docs/javascript.html lib/accordion.less | |||||
| 2012-01-18 | typo fix in component docs | Ben Oberkfell | 1 | -1/+1 | |
| 2012-01-17 | wrap transition | Jacob Thornton | 1 | -23/+27 | |
| 2012-01-16 | fix js link in docs nav, restyle accordion with new css | Mark Otto | 10 | -55/+73 | |
| 2012-01-16 | Creating asynchronous tests for loading buttons, because they have ↵ | William Oliveira | 1 | -4/+12 | |
| setTimeout() function | |||||
| 2012-01-15 | reorder properties | Jacob Thornton | 3 | -7/+7 | |
| 2012-01-15 | do some trickery to get borders looking right | Jacob Thornton | 3 | -6/+12 | |
| 2012-01-15 | fix margin | Jacob Thornton | 3 | -7/+5 | |
| 2012-01-15 | make accordions little bit smoother | Jacob Thornton | 4 | -16/+24 | |
| 2012-01-15 | Merge pull request #1020 from lookfirst/fixtest | Mark Otto | 1 | -1/+1 | |
| Fix typo in tables docs | |||||
| 2012-01-15 | fix typo | Jon Stevens | 1 | -1/+1 | |
| 2012-01-15 | updated accordion and carousel; accordion still needs work | Mark Otto | 6 | -88/+204 | |
| 2012-01-15 | move carousel to separate stylesheet, update popovers to fix ie7 bug, fix ↵ | Mark Otto | 9 | -164/+174 | |
| pagination, fix alerts | |||||
| 2012-01-15 | fix the js alerts examples | Mark Otto | 1 | -6/+7 | |
| 2012-01-15 | make dl and child elements less specific | Mark Otto | 4 | -27/+25 | |
| 2012-01-15 | fix grid sized horizontal form layout | Mark Otto | 3 | -10/+10 | |
| 2012-01-15 | fix modal horizontal alignment | Mark Otto | 3 | -4/+4 | |
| 2012-01-15 | make horizontal form labels map to default grid sizing | Mark Otto | 3 | -18/+10 | |
| 2012-01-15 | normalize the alert classes to match last night's flip for form and table ↵ | Mark Otto | 4 | -48/+48 | |
| classes | |||||
| 2012-01-15 | Merge branch '2.0-wip' of github.com:twitter/bootstrap into 2.0-wip | Mark Otto | 1 | -1/+1 | |
| 2012-01-15 | fix some ie7 bugs, improve dropdowns for ie due to lack of a shadow, fix ↵ | Mark Otto | 7 | -25/+28 | |
| pager example code | |||||
| 2012-01-15 | Merge pull request #1012 from pkauders/patch-1 | Mark Otto | 1 | -1/+1 | |
| Fix small typo in docs home page | |||||
| 2012-01-15 | Fix typo in Responsive design content | Paul Kauders | 1 | -1/+1 | |
| 2012-01-14 | gray out links for active state on pagination | Mark Otto | 3 | -1/+8 | |
| 2012-01-14 | dates updated to 2012 | Mark Otto | 24 | -26/+26 | |
| 2012-01-14 | change up classes on tables and forms, fix nav list styles in example | Mark Otto | 11 | -121/+120 | |
| 2012-01-14 | adding the pager component after rewriting the pagination docs and css | Mark Otto | 6 | -74/+207 | |
| 2012-01-14 | restore top bar on home page | Mark Otto | 1 | -12/+1 | |
| 2012-01-14 | allow btn-groups to work in navbars | Mark Otto | 4 | -9/+28 | |
| 2012-01-14 | fix duplicate icons | Mark Otto | 4 | -5/+5 | |
| 2012-01-14 | update preventing double border line for bordered tables by account for th ↵ | Mark Otto | 3 | -3/+4 | |
| elements in tr elements | |||||
| 2012-01-14 | add user-select mixin | Mark Otto | 2 | -3/+11 | |
