aboutsummaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)AuthorFilesLines
2013-02-07update example codeMark Otto2-26/+32
2013-02-07nuke that whitespaceMark Otto2-2/+0
2013-02-07finish modal tweaksMark Otto3-24/+17
2013-02-07update docs modalsMark Otto4-85/+124
2013-02-07add new modal to docs exampleMark Otto3-28/+56
2013-02-06Fixes #6823: add some docs notes about tooltips in input groupsMark Otto5-3/+9
2013-02-06Overhaul modal to make it responsive and not super lameMark Otto5-38/+68
2013-02-05Merge branch '2.3.0-wip' into 3.0.0-wipMark Otto9-9/+9
2013-02-05Update link to changelogMark Otto9-9/+9
2013-02-05Merge branch '2.3.0-wip' into 3.0.0-wipMark Otto9-36/+152
Conflicts: docs/assets/css/bootstrap-responsive.css docs/assets/js/bootstrap-popover.js docs/assets/js/bootstrap.js docs/css.html docs/templates/pages/base-css.mustache js/bootstrap-popover.js less/mixins.less less/tooltip.less
2013-02-05Merge branch '2.3.0-wip' of github.com:twitter/bootstrap into 2.3.0-wipfat7-11/+27
Conflicts: docs/assets/js/bootstrap.min.js
2013-02-05clean up stylesfat4-12/+109
2013-02-05port docs fix from 2.3.0-wip to new css pageMark Otto2-0/+2
2013-02-05Fixes #6808: mention IE lame-itude in docs for invalid inputsMark Otto2-0/+2
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