aboutsummaryrefslogtreecommitdiff
path: root/docs/templates
AgeCommit message (Collapse)AuthorFilesLines
2013-02-12nuke what we don't need for jekyllMark Otto8-6742/+0
2013-02-08clean up responsive docs and global css stylesMark Otto1-73/+5
2013-02-07Merge branch 'master' into 3.0.0-wipMark Otto1-0/+3
Conflicts: docs/assets/js/bootstrap.min.js
2013-02-07update example codeMark Otto1-13/+16
2013-02-07nuke that whitespaceMark Otto1-1/+0
2013-02-07finish modal tweaksMark Otto1-2/+1
2013-02-07update docs modalsMark Otto1-41/+55
2013-02-07add new modal to docs exampleMark Otto1-14/+20
2013-02-06Fixes #6823: add some docs notes about tooltips in input groupsMark Otto1-0/+3
2013-02-05Merge branch '2.3.0-wip' into 3.0.0-wipMark Otto1-1/+1
2013-02-05Update link to changelogMark Otto1-1/+1
2013-02-05port docs fix from 2.3.0-wip to new css pageMark Otto1-0/+1
2013-02-05Fixes #6808: mention IE lame-itude in docs for invalid inputsMark Otto1-0/+1
2013-02-05add codecademy to galleryMark Otto1-0/+5
2013-02-05Update homepage examples, add hella new sites to galleryMark Otto2-10/+61
2013-02-05simplify media docsMark Otto1-6/+2
2013-02-05reorganize progress bars docsMark Otto1-58/+32
2013-02-05simpler alerts docsMark Otto1-17/+6
2013-02-05mo betta thumbnails docsMark Otto1-1/+2
2013-02-05reorder counters docsMark Otto1-7/+10
2013-02-05pagination docs cleanupMark Otto1-12/+3
2013-02-05simpler breadcrumbs docsMark Otto1-2/+1
2013-02-05Increase margins and line-height on h3; overhaul button dropdown docsMark Otto1-94/+27
2013-02-05Add justified button groups for link buttons; reorganize dropdowns and ↵Mark Otto1-29/+19
button groups docs sections
2013-02-05Forgot to remove base-css.mustacheMark Otto1-2101/+0
2013-02-04Merge branch '2.3.0-wip' into 3.0.0-wipMark Otto1-2/+1
Conflicts: docs/assets/css/bootstrap.css less/type.less
2013-02-04Fixes #6794: incorrect docs mention of th elementMark Otto1-2/+1
2013-02-04Fixes #6794: incorrect docs mention of th elementMark Otto1-2/+1
2013-02-02Rearrange forms contentMark Otto1-118/+119
2013-02-02Simplify input and input group sizingMark Otto1-2/+36
* Remove .input-mini because who really needs inputs that small * Remove unnecessary border-radius resets from large and small input groups
2013-02-01Refactor navbar dividersMark Otto1-7/+7
* 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-01Refactor colors and progress barsMark Otto1-45/+45
* 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-01-31Rename marketing-narrow to jumbotron-narrow for mo betta naming schemesMark Otto1-2/+2
2013-01-31Remove gallery link from navbar; add to homepage examples section insteadMark Otto2-4/+1
2013-01-31Merge branch '2.3.0-wip' into 3.0.0-wipMark Otto3-5/+8
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-30add meta tag to second exampleMark Otto1-0/+1
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 Otto1-2/+3
2013-01-28Fix form-actions documentationFred Sauer1-1/+1
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 Otto1-1/+37
2013-01-19Merge branch '3.0.0-wip-badges-to-counters' of ↵Mark Otto1-60/+11
https://github.com/vickash/bootstrap into vickash-3.0.0-wip-badges-to-counters
2013-01-19Add sticky footer navbar example to list; fix docs paddingMark Otto1-1/+8
2013-01-18Counters example doesn't need to be a tableVickash Mahabir1-22/+6
2013-01-18Make the counter example more meaningfulVickash Mahabir1-1/+1
2013-01-18Change .badge to .counter, make appearance more OSX-ish, and remove colorsVickash Mahabir1-40/+7
2013-01-17Rename hero.html to jumbotron.htmlMark Otto1-1/+1
2013-01-17comment tweaks and updating starter templateMark Otto1-1/+1
2013-01-17Update commenting and structure of layout.mustacheMark Otto1-5/+8
2013-01-17Merge branch '2.3.0-wip' into 3.0.0-wipMark Otto4-4/+2114
Conflicts: docs/assets/css/bootstrap.css docs/components.html docs/css.html docs/customize.html docs/examples/fluid.html docs/extend.html docs/getting-started.html docs/index.html docs/javascript.html docs/scaffolding.html docs/templates/layout.mustache docs/templates/pages/base-css.mustache docs/templates/pages/components.mustache less/navbar.less