| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2012-11-30 | Merge branch '2.2.2-wip' into exploratory | Mark Otto | 1 | -20/+23 | |
| Conflicts: docs/assets/css/bootstrap.css docs/components.html docs/templates/pages/components.mustache less/alerts.less less/button-groups.less less/buttons.less less/tests/css-tests.html | |||||
| 2012-11-29 | add holder and replace placehold.it | Mark Otto | 1 | -25/+28 | |
| 2012-11-22 | Merge branch '2.2.2-wip' into exploratory | Mark Otto | 1 | -1/+0 | |
| Conflicts: less/button-groups.less | |||||
| 2012-11-21 | Simpler footer for docs | Mark Otto | 1 | -1/+0 | |
| * Remove back to top link (ya'll are lazy :P) * Center text * Decrease vertical padding | |||||
| 2012-11-15 | Change important badges/labels to danger | Mark Otto | 1 | -4/+4 | |
| 2012-11-04 | add justified nav links for tabs and pills | Mark Otto | 1 | -0/+25 | |
| 2012-11-04 | run make after removing responsive css file | Mark Otto | 1 | -1/+0 | |
| 2012-11-03 | Swap old icons for new in docs | Mark Otto | 1 | -14/+14 | |
| 2012-11-03 | Navs refactor, restoring .nav-list | Mark Otto | 1 | -47/+35 | |
| 2012-11-03 | Merge branch '2.2.2-wip' into exploratory | Mark Otto | 1 | -0/+3 | |
| Conflicts: docs/assets/css/bootstrap.css docs/scaffolding.html docs/templates/pages/scaffolding.mustache | |||||
| 2012-11-03 | Fixes #5775: Collapse labels/badges | Mark Otto | 1 | -0/+3 | |
| * When :empty, display: none; * Add documentation for change in behavior | |||||
| 2012-11-02 | Merge branch '2.2.2-wip' into exploratory | Mark Otto | 1 | -8/+10 | |
| Conflicts: docs/assets/css/bootstrap.css docs/getting-started.html docs/templates/pages/getting-started.mustache less/accordion.less less/alerts.less less/breadcrumbs.less less/buttons.less less/code.less less/dropdowns.less less/forms.less less/navbar.less less/progress-bars.less less/responsive-navbar.less less/tables.less less/thumbnails.less less/tooltip.less less/wells.less | |||||
| 2012-10-31 | fixes #5717: add retina favicon, recompile docs | Mark Otto | 1 | -1/+1 | |
| 2012-10-13 | Fixing typo in docs. | Bradly Feeley | 1 | -1/+1 | |
| 2012-10-07 | Changing title of docs pages to simply say 'Bootstrap' like the docs home page | Mark Otto | 1 | -1/+1 | |
| 2012-10-02 | copy and style changes to improve docs rendering on mobile devices | Mark Otto | 1 | -5/+7 | |
| 2012-10-02 | Merge branch '2.1.2-wip' into exploratory | Mark Otto | 1 | -1/+1 | |
| 2012-10-02 | fixes #5352: update docs messaging for disable nav links | Mark Otto | 1 | -1/+1 | |
| 2012-10-01 | Merge branch '2.1.2-wip' into exploratory | Mark Otto | 1 | -23/+55 | |
| Conflicts: docs/assets/css/bootstrap-responsive.css docs/assets/css/bootstrap.css docs/components.html docs/templates/pages/components.mustache less/labels-badges.less less/navbar.less less/tables.less | |||||
| 2012-10-01 | improve dropdown submenu docs; add docs for left submenu; remove all dupe ↵ | Mark Otto | 1 | -19/+50 | |
| css for left submenu | |||||
| 2012-10-01 | fixes #5377: change selectors for navbar collapse to be unique so only one ↵ | Mark Otto | 1 | -4/+4 | |
| open/closes at a time | |||||
| 2012-10-01 | remove .nav-list, instead use .nav-stacked on .nav-tabs or .nav-pills from ↵ | Mark Otto | 1 | -47/+10 | |
| now on | |||||
| 2012-10-01 | remove tabbable tabs on left, right, and bottom; instead, from here out use ↵ | Mark Otto | 1 | -153/+0 | |
| stacked pills or tabs | |||||
| 2012-09-25 | remove .dividers from breadcrumbs, instead use :after and content | Mark Otto | 1 | -5/+5 | |
| 2012-09-25 | initial pass at removing navbar-inner from .navbar component | Mark Otto | 1 | -204/+178 | |
| 2012-09-25 | thumbnails cleanup: no more UL or LI elements needed, instead just use ↵ | Mark Otto | 1 | -81/+38 | |
| standard grid markup | |||||
| 2012-09-20 | fixes #5102, #5166, #5194, #5205: add overflow: visible; to ↵ | Mark Otto | 1 | -3/+3 | |
| .nav-collapse.collapse so that dropdowns overflow correctly in the navbar in IE7-8 | |||||
| 2012-09-18 | add new vars for common border-radius, upping border-radius of inputs to ↵ | Mark Otto | 1 | -0/+16 | |
| 4px; add border-radius changes to -large, -small, -mini for buttons and paginations | |||||
| 2012-09-18 | add new vars for common font-sizes and paddings with large, small, and mini ↵ | Mark Otto | 1 | -79/+35 | |
| components; resize pagination and buttons to better match each other | |||||
| 2012-09-18 | Merge branch '2.1.2-wip' of https://github.com/uberspeck/bootstrap into ↵ | Mark Otto | 1 | -0/+99 | |
| uberspeck-2.1.2-wip | |||||
| 2012-09-17 | Merge branch 'wpbrains-media-component' into 2.1.2-wip | Mark Otto | 1 | -0/+141 | |
| 2012-09-17 | overhaul the docs and css to merge into 2.1.2 since this was against master | Mark Otto | 1 | -0/+141 | |
| 2012-09-14 | Standardized spelling of 'JavaScript'; added icons to file trees | Martin Bean | 1 | -10/+10 | |
| 2012-09-13 | fixes #5119: javascript in navbar typo | Mark Otto | 1 | -1/+1 | |
| 2012-09-12 | Updated pagination to support .pagination-large, .pagination-small, ↵ | Brian Campbell | 1 | -0/+99 | |
| .pagination-mini matching button sizes. Updated related docs. | |||||
| 2012-09-07 | fixes #5020: submenu support in dropup | Mark Otto | 1 | -0/+18 | |
| 2012-08-27 | fixes #4640: pagination span issues resolved by scoping selectors to ↵ | Mark Otto | 1 | -1/+11 | |
| appropriate children, not all children; clarify docs on use of spans for disabled and active links | |||||
| 2012-08-25 | fixes #4676 manually: example html updated | Mark Otto | 1 | -1/+1 | |
| 2012-08-21 | fixes #4493: typo in dimiss alerts docs | Mark Otto | 1 | -1/+1 | |
| 2012-08-20 | fix ie7 dropdowns examples in docs | Mark Otto | 1 | -2/+2 | |
| 2012-08-20 | bump up height of progress bars, give some extra depth with stacking bars, ↵ | Mark Otto | 1 | -9/+6 | |
| and then make the stacked bars actually work | |||||
| 2012-08-20 | stack mutliple progress bars | Jonas Pommerening | 1 | -0/+20 | |
| 2012-08-19 | pre font-size increase; revert static top navbar, undo contents section for now | Mark Otto | 1 | -1/+1 | |
| 2012-08-19 | fix static navbar container issues, clean up docs presentation by unfixing ↵ | Mark Otto | 1 | -2/+2 | |
| the top navbar in favor of static one, start adding table of contents for longer sections of docs | |||||
| 2012-08-19 | copy change for previous commit | Mark Otto | 1 | -1/+1 | |
| 2012-08-19 | fixes #4460 and #4461: copy change for opera animations support | Mark Otto | 1 | -1/+1 | |
| 2012-08-17 | fixes #4421: add static top navbar class | Mark Otto | 1 | -1/+23 | |
| 2012-08-17 | fixes #4417: proper height on thumbnail placeholder image | Mark Otto | 1 | -1/+1 | |
| 2012-08-14 | get affix actually working and update docs | Jacob Thornton | 1 | -1/+1 | |
| 2012-08-13 | fixes #4342: navbar vars not in use, render navbar dividers | Mark Otto | 1 | -0/+2 | |
