aboutsummaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)AuthorFilesLines
2013-02-05Fixes #6190: Add print utility classesMark Otto5-9/+23
2013-02-05screwed up a merge and an old version number crept inMark Otto2-2/+2
2013-02-05don't hide if already hidden ya n00bfat3-3/+3
2013-02-05add codecademy to galleryMark Otto3-0/+10
2013-02-05Dat compressionMark Otto21-0/+0
2013-02-05Update homepage examples, add hella new sites to galleryMark Otto29-20/+130
2013-02-05White navbar brand text for inverted navbarMark Otto1-1/+1
2013-02-05clear interval in cycle + rebuildfat5-15/+18
2013-02-05Merge branch '2.3.0-wip' of github.com:twitter/bootstrap into 2.3.0-wipfat4-49/+113
2013-02-05update jquery to 1.9fat1-2/+5
2013-02-05nuke rogue conflict comment and remakeMark Otto1-0/+4705
2013-02-05Merge branch '2.3.0-wip' into 3.0.0-wipMark Otto2-4689/+1
Conflicts: docs/assets/css/bootstrap-responsive.css docs/assets/css/bootstrap.css docs/examples/hero.html less/buttons.less less/carousel.less less/close.less less/dropdowns.less less/labels-badges.less less/mixins.less less/navbar.less less/navs.less less/pagination.less less/responsive-navbar.less less/scaffolding.less less/sprites.less less/thumbnails.less less/type.less
2013-02-05derp, fix broke css and recompileMark Otto1-0/+6155
2013-02-05Merge branch '2.3.0-wip' of https://github.com/patrickhlauke/bootstrap into ↵Mark Otto4-6099/+8
patrickhlauke-2.3.0-wip Conflicts: docs/assets/css/bootstrap.css less/navbar.less
2013-02-05simplify media docsMark Otto2-12/+4
2013-02-05reorganize progress bars docsMark Otto2-116/+64
2013-02-05simpler alerts docsMark Otto2-34/+12
2013-02-05mo betta thumbnails docsMark Otto2-2/+4
2013-02-05reorder counters docsMark Otto2-14/+20
2013-02-05pagination docs cleanupMark Otto2-24/+6
2013-02-05simpler breadcrumbs docsMark Otto2-4/+2
2013-02-05Increase margins and line-height on h3; overhaul button dropdown docsMark Otto3-189/+59
2013-02-05Add justified button groups for link buttons; reorganize dropdowns and ↵Mark Otto3-58/+49
button groups docs sections
2013-02-05Forgot to remove base-css.mustacheMark Otto1-2101/+0
2013-02-04Remove base-css.html after recent mergesMark Otto1-2229/+0
2013-02-04Merge branch '2.3.0-wip' into 3.0.0-wipMark Otto3-5/+4
Conflicts: docs/assets/css/bootstrap.css less/type.less
2013-02-04Fixes #6794: incorrect docs mention of th elementMark Otto2-4/+2
2013-02-04Fixes #6794: incorrect docs mention of th elementMark Otto2-4/+2
2013-02-02Merge branch '3.0.0-wip' of https://github.com/vickash/bootstrap into ↵Mark Otto1-0/+78
vickash-3.0.0-wip
2013-02-02Verion number in JS makefileMark Otto1-1/+1
2013-02-02Rearrange forms contentMark Otto2-236/+238
2013-02-02Simplify input and input group sizingMark Otto3-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-02Merge branch '3.0.0-wip' of https://github.com/gilbarbara/bootstrap into ↵Mark Otto1-5/+86
gilbarbara-3.0.0-wip
2013-02-02Add @btn-color variable and use in buttons and carets; fixes dropup caret as ↵Mark Otto1-13/+7
well
2013-02-02Merge pull request #6763 from rjregenold/2.3.0-wipMark Otto1-1/+2
fixes jankiness with anchor tags in carousel.
2013-02-01Refactor navbar dividersMark Otto3-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-01Fixes #6657: Upgrade Normalize to 2.1.0Mark Otto1-2/+13
2013-02-01Refactor colors and progress barsMark Otto3-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-02Fixing inline lists for IE7Nikhil Dabas1-0/+2
2013-02-01Merge branch '2.3.0-wip' into 3.0.0-wipMark Otto3-6/+6
Conflicts: docs/examples/hero.html docs/examples/sticky-footer-navbar.html
2013-02-01Use button element instead of a for responsive navbar buttonsMark Otto5-10/+10
2013-02-01start to refactor justified nav exampleMark Otto1-44/+55
2013-02-01button element instead of href-less a tag for navbar buttonMark Otto1-2/+2
2013-02-01Update input-group-addon for input sizesGil Barbara1-5/+86
2013-01-31Refactor jumbotron-narrow.html exampleMark Otto1-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-31Rename marketing-narrow to jumbotron-narrow for mo betta naming schemesMark Otto4-4/+4
2013-01-31Refactor jumbotron example:Mark Otto1-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-31only round jumbotron corners at 768px+Mark Otto1-1/+1
2013-01-31Button up navbar form which was adding 2px padding to .navbarMark Otto1-2/+2
2013-01-31Update starter template to include left/right padding on inner container; ↵Mark Otto1-1/+4
also include body padding