| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2013-02-05 | derp, fix broke css and recompile | Mark Otto | 1 | -0/+6155 | |
| 2013-02-05 | Merge branch '2.3.0-wip' of https://github.com/patrickhlauke/bootstrap into ↵ | Mark Otto | 4 | -6099/+8 | |
| patrickhlauke-2.3.0-wip Conflicts: docs/assets/css/bootstrap.css less/navbar.less | |||||
| 2013-02-05 | simplify media docs | Mark Otto | 2 | -12/+4 | |
| 2013-02-05 | reorganize progress bars docs | Mark Otto | 2 | -116/+64 | |
| 2013-02-05 | simpler alerts docs | Mark Otto | 2 | -34/+12 | |
| 2013-02-05 | mo betta thumbnails docs | Mark Otto | 2 | -2/+4 | |
| 2013-02-05 | reorder counters docs | Mark Otto | 2 | -14/+20 | |
| 2013-02-05 | pagination docs cleanup | Mark Otto | 2 | -24/+6 | |
| 2013-02-05 | simpler breadcrumbs docs | Mark Otto | 2 | -4/+2 | |
| 2013-02-05 | Increase margins and line-height on h3; overhaul button dropdown docs | Mark Otto | 3 | -189/+59 | |
| 2013-02-05 | Add justified button groups for link buttons; reorganize dropdowns and ↵ | Mark Otto | 3 | -58/+49 | |
| button groups docs sections | |||||
| 2013-02-05 | Forgot to remove base-css.mustache | Mark Otto | 1 | -2101/+0 | |
| 2013-02-04 | Remove base-css.html after recent merges | Mark Otto | 1 | -2229/+0 | |
| 2013-02-04 | Merge branch '2.3.0-wip' into 3.0.0-wip | Mark Otto | 3 | -5/+4 | |
| Conflicts: docs/assets/css/bootstrap.css less/type.less | |||||
| 2013-02-04 | Fixes #6794: incorrect docs mention of th element | Mark Otto | 2 | -4/+2 | |
| 2013-02-04 | Fixes #6794: incorrect docs mention of th element | Mark Otto | 2 | -4/+2 | |
| 2013-02-02 | Merge branch '3.0.0-wip' of https://github.com/vickash/bootstrap into ↵ | Mark Otto | 1 | -0/+78 | |
| vickash-3.0.0-wip | |||||
| 2013-02-02 | Verion number in JS makefile | Mark Otto | 1 | -1/+1 | |
| 2013-02-02 | Rearrange forms content | Mark Otto | 2 | -236/+238 | |
| 2013-02-02 | Simplify input and input group sizing | Mark Otto | 3 | -38/+79 | |
| * Remove .input-mini because who really needs inputs that small * Remove unnecessary border-radius resets from large and small input groups | |||||
| 2013-02-02 | Merge branch '3.0.0-wip' of https://github.com/gilbarbara/bootstrap into ↵ | Mark Otto | 1 | -5/+86 | |
| gilbarbara-3.0.0-wip | |||||
| 2013-02-02 | Add @btn-color variable and use in buttons and carets; fixes dropup caret as ↵ | Mark Otto | 1 | -13/+7 | |
| well | |||||
| 2013-02-02 | Merge pull request #6763 from rjregenold/2.3.0-wip | Mark Otto | 1 | -1/+2 | |
| fixes jankiness with anchor tags in carousel. | |||||
| 2013-02-01 | Refactor navbar dividers | Mark Otto | 3 | -25/+36 | |
| * Instead of .divider-vertical, use .divider * Makes use of .nav-divider mixin * Dividers are horizontal to start, matching the default state of navbar nav links * Dividers become vertical above 768px via media queries | |||||
| 2013-02-01 | Fixes #6657: Upgrade Normalize to 2.1.0 | Mark Otto | 1 | -2/+13 | |
| 2013-02-01 | Refactor colors and progress bars | Mark Otto | 3 | -129/+111 | |
| * Buttons and progress bars now make use of more semantic global @brand- colors * Progress bars have been rewritten to reduce the number of possible selectors * Instead of .progress .bar, it's .progress-bar for individual bars of color, ultimately making for less CSS | |||||
| 2013-02-02 | Fixing inline lists for IE7 | Nikhil Dabas | 1 | -0/+2 | |
| 2013-02-01 | Merge branch '2.3.0-wip' into 3.0.0-wip | Mark Otto | 3 | -6/+6 | |
| Conflicts: docs/examples/hero.html docs/examples/sticky-footer-navbar.html | |||||
| 2013-02-01 | Use button element instead of a for responsive navbar buttons | Mark Otto | 5 | -10/+10 | |
| 2013-02-01 | start to refactor justified nav example | Mark Otto | 1 | -44/+55 | |
| 2013-02-01 | button element instead of href-less a tag for navbar button | Mark Otto | 1 | -2/+2 | |
| 2013-02-01 | Update input-group-addon for input sizes | Gil Barbara | 1 | -5/+86 | |
| 2013-01-31 | Refactor jumbotron-narrow.html example | Mark Otto | 1 | -7/+40 | |
| * Make it mobile-first * Add a handful of comments to explain CSS * Instead of an <hr> between custom header and jumbotron, use border for a tighter mobile layout | |||||
| 2013-01-31 | Rename marketing-narrow to jumbotron-narrow for mo betta naming schemes | Mark Otto | 4 | -4/+4 | |
| 2013-01-31 | Refactor jumbotron example: | Mark Otto | 1 | -22/+48 | |
| * Add hella CSS comments * Reduce padding on body to height of navbar, then set top margin on jumbotron at +768px * Wrap marketing copy and footer in an extra div so we can set some padding for ideal responsive views | |||||
| 2013-01-31 | only round jumbotron corners at 768px+ | Mark Otto | 1 | -1/+1 | |
| 2013-01-31 | Button up navbar form which was adding 2px padding to .navbar | Mark Otto | 1 | -2/+2 | |
| 2013-01-31 | Update starter template to include left/right padding on inner container; ↵ | Mark Otto | 1 | -1/+4 | |
| also include body padding | |||||
| 2013-01-31 | Remove gallery link from navbar; add to homepage examples section instead | Mark Otto | 10 | -29/+2 | |
| 2013-01-31 | Merge branch '2.3.0-wip' into 3.0.0-wip | Mark Otto | 8 | -17/+26 | |
| Conflicts: docs/assets/css/bootstrap.css docs/assets/css/docs.css docs/assets/js/application.js docs/components.html docs/templates/pages/components.mustache less/sprites.less | |||||
| 2013-01-31 | removes anchor tag definition. | RJ Regenold | 1 | -1/+0 | |
| 2013-01-31 | lets see how much i can mess this pull request up. :| | RJ Regenold | 1 | -1/+1 | |
| 2013-01-31 | fixes jankiness with anchor tags in carousel. | RJ Regenold | 1 | -1/+3 | |
| 2013-01-30 | make on prev commit | Mark Otto | 1 | -0/+1 | |
| 2013-01-30 | clear up show-grid stuff | Mark Otto | 2 | -3/+3 | |
| 2013-01-30 | add meta tag to second example | Mark Otto | 2 | -0/+2 | |
| 2013-01-30 | make on prev commit | Mark Otto | 1 | -2/+3 | |
| 2013-01-30 | Merge branch 'greg-raven-patch-2' into 2.3.0-wip | Mark Otto | 1 | -2/+3 | |
| 2013-01-30 | Update pagination example HTML to match examples | Mark Otto | 2 | -4/+6 | |
| 2013-01-28 | Fix form-actions documentation | Fred Sauer | 2 | -2/+2 | |
