aboutsummaryrefslogtreecommitdiff
path: root/getting-started.html
AgeCommit message (Collapse)AuthorFilesLines
2013-08-29fix #10292Chris Rebert1-0/+8
2013-08-27a few wording tweaksjody tate1-4/+4
- Changed some existential constructions (yes, they're really called existential http://en.wikipedia.org/wiki/Existential_clause). These aren't innately evil, but rewordings of existential clauses often sound more direct. - Changed a "which" to a "that."
2013-08-27Fixes #10088: Simpler nested headings section in accessibility docsMark Otto1-2/+3
* Headings, not headers * Simplifies content compared to #10088 which adds quite a lot * Uses proper heading elements (`h1` - `h6`) and not `header` * Collects links at bottom instead of mid-paragraph
2013-08-27[doc] tweaked the appearance of the last item of the file listingsJavier Eguiluz1-2/+2
2013-08-26Address #9873 and fix #9774Mark Otto1-1/+1
* Update styling of justified nav links to be more mobile friendly (with all four rounded corners and some margin between items) * Add note to docs to callout bogus WebKit rendering on component and example
2013-08-25Corrected 3.0 responsive utility class reference mapping when migrating from ↵Mike Reid1-10/+14
2.x (now accounting for new Large device support.) Also synchronized breakpoint values from Grid options > Media queries, for clarity.
2013-08-24Add even more role="button" attributesKevin Suttle1-1/+1
Missed the <a class="btw" in my regex search
2013-08-23Merge branch 'master' of github.com:twbs/bootstrapMark Otto1-0/+4
2013-08-23fixes #10095: note about backwards incompatibilityMark Otto1-1/+1
2013-08-23fix #10054; mention .muted -> .text-muted in migration docsChris Rebert1-0/+4
2013-08-22fix #10029Chris Rebert1-1/+1
2013-08-20links to a release instead of master, so rephrase description accordinglyChris Rebert1-2/+2
2013-08-19use n/a not -Mark Otto1-5/+5
2013-08-19more copy editsMark Otto1-15/+10
2013-08-18don't repeat ourselves in the disabled responsiveness stuffMark Otto1-43/+6
2013-08-18no linenosMark Otto1-1/+1
2013-08-18no lead on that paragraphMark Otto1-1/+1
2013-08-18Merge branch '3.0.0-wip' of github.com:twbs/bootstrap into 3.0.0-wipMark Otto1-1/+1
Conflicts: getting-started.html
2013-08-18Nuke the repeated blog stuff and just point people to the upcoming postMark Otto1-50/+1
2013-08-18let's avoid calling it thatChris Rebert1-1/+1
2013-08-18This-Is-SPARTA! Or rather, HTML. Not Markdown.Chris Rebert1-1/+1
2013-08-18update template in getting started docs to reflect shim and respond.js in ↵Mark Otto1-3/+6
examples
2013-08-18Merge branch '3.0.0-wip' into bs3_homepageMark Otto1-1/+8
2013-08-18more accurate dist contentsMark Otto1-4/+11
2013-08-18more migration guide workMark Otto1-46/+79
2013-08-18fix file structure in What's includedPatrickJS1-3/+3
2013-08-18Fix broken link and wrong labelMark Otto1-2/+2
2013-08-18Add responsive tables with help of `.table-responsive` wrapperMark Otto1-291/+299
2013-08-18Merge branch '3.0.0-wip' into bs3_homepageMark Otto1-1/+333
Conflicts: customize.html examples/justified-nav/justified-nav.css
2013-08-18tweak formatting of additional migration notesChris Rebert1-4/+4
2013-08-18add angle bracketsChris Rebert1-1/+1
2013-08-18update nav for getting started migrationMark Otto1-3/+4
2013-08-18Fix well class names in migration section of getting-started.htmlthgh1-1/+1
2013-08-18reformat all the thingsMark Otto1-128/+319
2013-08-18updates to migrationiatek1-0/+140
2013-08-17Update URLs in config to what I think they need to be; add theme CDN urlMark Otto1-1/+4
2013-08-17Merge branch '3.0.0-wip' into bs3_homepageMark Otto1-5/+25
Conflicts: dist/css/bootstrap.min.css
2013-08-17Update docs text a bitMark Otto1-1/+1
2013-08-17sub headings for modals and mobile devices on browser supportMark Otto1-0/+2
2013-08-17copy editMark Otto1-1/+1
2013-08-17Merge branch '3.0.0-wip' into bs3_themeMark Otto1-2/+2
2013-08-17Finish first pass at and docment Bootstrap v2-ish themeMark Otto1-0/+8
* Adds new "theme" example * Adds new theme.less file to provide all the overrides and additional styles for the theme * theme.less compiles, via Grunt, to two new files to `dist/css`, bootstrap-theme.css and bootstrap-theme.min.css
2013-08-17improve grammar in "Disabling responsiveness" docsChris Rebert1-1/+1
2013-08-17comma & <code> in "Modals and mobile devices" docsChris Rebert1-1/+1
2013-08-17improve grammar in "Alternate customization methods" docsChris Rebert1-1/+1
2013-08-17update non-responsive docs and example to really disable itMark Otto1-2/+5
2013-08-17add nonresponsive template to examplesMark Otto1-0/+7
2013-08-17Merge branch '3.0.0-wip' into bs3_homepageMark Otto1-3/+13
Conflicts: dist/css/bootstrap.min.css getting-started.html
2013-08-17add comment addressing #9023fat1-0/+1
2013-08-16finish up second pass through docs nav, headings, organization, naming, etc ↵Mark Otto1-3/+3
(another run through at #9710)