aboutsummaryrefslogtreecommitdiff
path: root/getting-started.html
AgeCommit message (Collapse)AuthorFilesLines
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)
2013-08-16fix up justified nav exampleMark Otto1-1/+10
2013-08-16Docs cleanup for v3 prepMark Otto1-5/+0
2013-08-15more docs updates for new examplesMark Otto1-3/+0
2013-08-15new screenshot images and docs sectionMark Otto1-25/+50
2013-08-15hella examples fixing, mostly navbars and lots of work on grids exampleMark Otto1-1/+86
2013-08-15more fixes for #9513Chris Rebert1-3/+3
2013-08-15copyediting tweaks to "Disabling responsiveness" docsChris Rebert1-4/+4
2013-08-15update to include nav link and mo betta docs on that last commitMark Otto1-0/+10
2013-08-15fixes #9586: add documentaton on how to disable the responsiveness of BS3Mark Otto1-0/+51
2013-08-14fixes #9563: add callout about browser zooming to browser support sectionMark Otto1-0/+3
2013-08-13tweak punctuation in sentence of docsChris Rebert1-1/+1
2013-08-13better rc2 download actionMark Otto1-2/+2
2013-08-12mention fubared state of overflow hidden on body in android and iOS to fix ↵Mark Otto1-0/+3
#8975 and #9315
2013-08-12Merge pull request #9389 from twbs/emphasize-git-HEADMark Otto1-0/+5
Emphasize git HEAD downloads
2013-08-12safari not webkitMark Otto1-1/+1
2013-08-12fix typo; fix capsChris Rebert1-2/+2
2013-08-12mention #9282 in docs browser sectionMark Otto1-0/+8
2013-08-12don't show download_dist in favor of site.download; addresses #9138 & its ↵Chris Rebert1-0/+5
many dupes
2013-08-09Use protocol-relative URL in exampleChris Rebert1-1/+1
2013-08-09Fixes #9260Chris Rebert1-1/+1
2013-08-09getting-started docs: rephrase to avoid "helpful...help"Chris Rebert1-1/+1
2013-08-07copy changesMark Otto1-8/+6
2013-08-06Improve accessibility (Section 508, WCAG)adamjacobbecker1-0/+33
This PR significantly improves Bootstrap's accessibility for users of assistive technology, such as screen readers. Some of the these changes add additional markup to the source examples, but we believe that the sacrifice in readability is worth achieving more widespread usage of accessibility best-practices. What was done - Added lots of [WAI-ARIA attributes](http://www.w3.org/WAI/intro/aria) - Added `.sr-only` helper class, that is only readable by screen readers (and invisible for all other users). This lets us - make progress bars and paginations accessible to screen reading users. - Advised users to always use label elements. For inline forms, they can hide them with `.sr-only` - Added 'Skip navigation' link - Added "Accessibility" section to getting-started.html. What *wasn't* done - Contrast issues (twbs#3572) - Tooltips (twbs#8469) - Documentation re: usage of icons, since they now live in a separate repo Major props to all that contributed: @bensheldon, @jasonlally, @criscristina, and @louh. Feel free to chime in, guys, if I've left anything out.
2013-08-06some copy editingMark Otto1-1/+1
2013-08-06Merge branch '3.0.0-wip' into bs3_third_party_support_docsMark Otto1-0/+23
2013-08-06add third party support section to the docsMark Otto1-2/+33