aboutsummaryrefslogtreecommitdiff
path: root/_includes
AgeCommit message (Collapse)AuthorFilesLines
2017-06-25update navbars to rename .navbar-inverse to .navbar-dark, update all navbar ↵Mark Otto1-1/+1
examples and variables
2017-06-17fixes #22846Mark Otto1-2/+2
2017-06-17Docs: accessibility and IE fixes for SVG-based top navigation (#22848)Patrick H. Lauke6-9/+9
* Add explicit aria-label attributes to <svg> based links As some browser/AT combinations don't seem to fully support grabbing the `<title>` from inside the `<svg>` as the link text/name to announce (e.g. Firefox+NVDA) * Add <title> to Bootstrap logo <svg> * Add <title> to menu <svg> * Add explicit focusable="false" to <svg> icons Due to a bug/"feature" in IE, `<svg>` elements are usually separately focusable, which then results in links with `<svg>` icons being essentially focused twice (once for the link, and once for the `<svg>` inside, which is then also non-interactive)
2017-06-01Fix search redirectMaxime Locqueville1-1/+1
2017-05-31tweak bootstrap svgMark Otto2-2/+2
2017-05-30add link to prior versionsMark Otto1-7/+5
2017-05-30not in use anymoreMark Otto1-46/+0
2017-05-30rename filesMark Otto2-0/+0
2017-05-30blank targets for things that link off the main docs pagesMark Otto1-7/+7
2017-05-30redo button stylesMark Otto1-1/+1
- rename .btn-bs to .btn-bd-purple - abstract yellow masthead button into .btn-bd-yellow and use it the new docs navbar
2017-05-29tweak navbar so it isn't more than 4rem highMark Otto1-1/+1
2017-05-29account for new nav structureMark Otto1-1/+1
2017-05-29update examples link and add a redirectMark Otto1-1/+1
2017-05-29move scripts to separate include so we can include them across layouts even ↵Mark Otto2-51/+50
if the footer isn't there
2017-05-29Better handling of redirectsMaxime Locqueville1-9/+7
2017-05-29remove origin from url to be able to redirect locallyMaxime Locqueville1-3/+11
2017-05-29Rearrange all the docs to allow for a docs/major.minor/ setupMark Otto14-0/+312
2013-12-28Rearrange repository contents because muahahahahahahaMark Otto12-617/+0
2013-12-24Update Respond.js to v1.4.2.XhmikosR1-1/+1
2013-12-23Fixes #11975: Change from png to .ico for faviconMark Otto1-1/+1
2013-12-21add section for contentsMark Otto1-0/+1
2013-12-21Team members on About pageMark Otto1-1/+1
2013-12-20more LessMark Otto1-1/+1
2013-12-20Sass docs; LESS to Less because fuck capsMark Otto1-0/+9
2013-12-18fix href of "Browser and device support"wangsai1-1/+1
2013-12-15Add new form feedback states, clean up existing form stylesMark Otto1-1/+3
New stuff: * Adds `.has-feedback` and `.form-control-feedback` to show icon-based form feedback to users. Fixes #11836. * Removes the `width: 1em` on `.glyphicon` because it makes it impractical to resize the width of all icons, even if they’re not “empty” (e.g., a simple `.glyphicon { width: 30px; }` wouldn’t work, nor would a class preceeded by a parent class. Clean up: * Sets `width: auto;` on all `.form-control`s within inline forms. * Removes all the inline `select` menu `width` styles because all inputs are now `auto`. * Update form states docs to separate out sections better.
2013-12-15Browser/device support docs updateMark Otto1-1/+13
* Fixes #11055: add mention of select menu styling on Android stock browsers with included optional fix * Update IDs and docs nav to include bookmark links to each section * Add callout to navbar docs about fixed position, inputs, and virtual keyboard
2013-12-14Fixes #11572: Add contextual background-color classes to match text classes; ↵Mark Otto1-0/+2
move both sets of classes to Helper Classes section of the CSS docs
2013-12-14Document new modal sizesMark Otto1-0/+1
2013-12-14Fixes #10505: Document more of LESS vars and mixinsMark Otto1-0/+8
2013-12-08Fix typo in new author meta tagJulian Thilo1-1/+1
2013-12-07Add .container-fluid variation for full-width containers and layoutsMark Otto1-0/+1
/cc #10711 #9862
2013-12-07Merge branch 'pr/11138'Mark Otto1-0/+1
Conflicts: dist/css/bootstrap.min.css dist/js/bootstrap.min.js docs-assets/js/raw-files.js
2013-12-07Contextual list group cleanupMark Otto1-0/+1
* Adds nav link to sidebar for contextual classes * Refactors to use prefixed classes, like .list-group-item-info, instead of chained classes * Adds default and linked variations to example in docs
2013-12-07Fixes #11193: Add kbd element styles to indicate user input via keyboardMark Otto1-1/+8
2013-12-07Merge branch 'master' of github.com:twbs/bootstrapMark Otto1-6/+2
2013-12-07Fixes #11764: Add meta data to docs for description, keywords, and authorsMark Otto1-2/+3
2013-12-07Load minified Bootstrap JS codeZlatan Vasović1-1/+1
2013-12-06Minify docs-assets too.XhmikosR1-5/+1
2013-11-30Fixes #10716: Update what's included docs to add info on both download optionsMark Otto1-0/+4
2013-11-05Add async attribute to Twitter widget scriptRoss Allen1-1/+3
2013-11-05Add protocol for jQuery to work when accessed as fileRoss Allen1-1/+1
URLs without protocols get "file:" prepended when their document is loaded as a file. Make sure the docs can always be opened by specifying a protocol.
2013-11-04Load Twitter widget async, prevent SPOFRoss Allen1-1/+13
Twitter's widget library[1] provides an async snippet to inject the script tag later. Since widgets.js came before the local JS, if twitter.com took long to respond it would prevent subsequent synchronous script tags. [1] https://dev.twitter.com/docs/tfw-javascript
2013-11-04Serve jQuery from cookie-free Google APIsRoss Allen1-1/+1
jQuery.com uses Google Analytics and so sets a cookie when you visit the site. When you request jquery.js from its CDN, code.jquery.com, you take a hit from sending your previous GA cookie in the request. Google Hosted Libraries[1] and googleapis.com never set cookies. [1] https://developers.google.com/speed/libraries/devguide
2013-10-17Warn about IE8 + Respond.js + file:// problem in examples; fix #11019Chris Rebert1-0/+1
2013-10-16upgrade to html5shiv v 3.7.0Chris Rebert1-1/+1
2013-10-14Merge branch 'master' of github.com:twbs/bootstrapMark Otto1-1/+1
Conflicts: getting-started.html
2013-10-14remove dupe contentMark Otto1-9/+0
2013-10-13Merge pull request #11076 from twbs/respond-js-cdnChris Rebert1-1/+1
use CDN for respond.js
2013-10-13Merge branch 'docs_welcome'Mark Otto3-0/+26