aboutsummaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)AuthorFilesLines
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
2013-01-31Remove gallery link from navbar; add to homepage examples section insteadMark Otto10-29/+2
2013-01-31Merge branch '2.3.0-wip' into 3.0.0-wipMark Otto8-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-31removes anchor tag definition.RJ Regenold1-1/+0
2013-01-31lets see how much i can mess this pull request up. :|RJ Regenold1-1/+1
2013-01-31fixes jankiness with anchor tags in carousel.RJ Regenold1-1/+3
2013-01-30make on prev commitMark Otto1-0/+1
2013-01-30clear up show-grid stuffMark Otto2-3/+3
2013-01-30add meta tag to second exampleMark Otto2-0/+2
2013-01-30make on prev commitMark Otto1-2/+3
2013-01-30Merge branch 'greg-raven-patch-2' into 2.3.0-wipMark Otto1-2/+3
2013-01-30Update pagination example HTML to match examplesMark Otto2-4/+6
2013-01-28Fix form-actions documentationFred Sauer2-2/+2
2013-01-22Update docs/templates/pages/getting-started.mustacheGreg Raven1-2/+3
Add meta tag for viewport in the <head>; revise the URL for the latest version of jQuery.
2013-01-19Tighten up badges docs; less bottom margin on h3Mark Otto3-9/+90
2013-01-19Merge branch '3.0.0-wip-badges-to-counters' of ↵Mark Otto3-153/+33
https://github.com/vickash/bootstrap into vickash-3.0.0-wip-badges-to-counters
2013-01-19IE8 compatible fix for disabled button hoverVickash Mahabir1-36/+96
2013-01-19remove .navbar-inner from sticky footer navbarMark Otto1-28/+26
2013-01-19mo betta links between sticky footer examplesMark Otto2-2/+2
2013-01-19Add sticky footer navbar example to list; fix docs paddingMark Otto3-3/+17
2013-01-19update sticky footer templatesMark Otto2-38/+42
2013-01-18Counters example doesn't need to be a tableVickash Mahabir2-44/+12
2013-01-18Make the counter example more meaningfulVickash Mahabir2-2/+2
2013-01-18Change .badge to .counter, make appearance more OSX-ish, and remove colorsVickash Mahabir3-111/+23