aboutsummaryrefslogtreecommitdiff
path: root/getting-started.html
AgeCommit message (Collapse)AuthorFilesLines
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-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-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
2013-08-06For @cvrebertMark Otto1-1/+1
2013-08-06fixes #9162: add mention of Windows Phone 8 and IE10 bugs with responsive fooMark Otto1-0/+23
2013-08-05Merge branch '3.0.0-wip' of github.com:twbs/bootstrap into 3.0.0-wipMark Otto1-1/+1
2013-08-05more docs changesMark Otto1-5/+1
2013-08-05remove image descriptionliuyl1-1/+1
2013-08-03Greater standardization of sizing terminologyChris Rebert1-1/+1
In class names: * large => lg * small => sm * mini => xs ("Extra small") In screen size categories: * Tiny => Extra small
2013-08-02Added short instruction for obtaining respond.jsBryan Keiren1-1/+1
The Getting-Started page only lists the actual instructions for respond.js (its purpose and source) *after* listing a piece of example HTML code for the user to copy and paste. It would probably be more clear if that piece of HTML code actually lists where the user can obtain respond.js. Otherwise the user has to scroll down and read 1 specific line on the rest of the page (under the 'IE 8 and 9' compatibility section), in order to know that respond.js can be obtained from a GitHub page (and that it is in fact NOT part of the downloadable Bootstrap file that's provided earlier on the page, even though the use of response.js in the example HTML code seems to suggest that it *is* part of the Bootstrap download). It's a minor issue but this fix should make it just a little bit more clear to a user how the example HTML code works (lest they copy/paste it and find out the browser can't find respond.js).
2013-07-29tweak part of license FAQ to reflect Twitter->twbs changeChris Rebert1-1/+1
2013-07-27Update getting-started.htmlFabian Golle1-1/+1
2013-07-27mo links, fix ads and analytics in gh pagesMark Otto1-1/+1
2013-07-27fixes for hella broken links on account of jekyll and twbs.github.com linksMark Otto1-0/+1
2013-07-26Broser meta tag docs layout changeMark Otto1-1/+5
2013-07-26Update IDs on getting started pageMark Otto1-12/+12