aboutsummaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)AuthorFilesLines
2015-12-05Fix docs/search.json.XhmikosR1-5/+7
* only loop through `html_pages` * skip pages without a title * stop double escaping the title; use Jekyll's `jsonify` filter to output valid JSON * remove `date` since we don't use it [skip sauce]
2015-12-04Update jekyll-search.min.js to v1.0.9.XhmikosR1-1/+1
Fixes the IE 9 error. [ci skip]
2015-12-04Rename jekyll-search.js to reflect that it's minified.XhmikosR2-1/+1
[ci skip]
2015-12-04Use non-minified CSS when running docs locallyChris Rebert1-1/+5
For easier debugging. Just like we already do for the JS. [skip sauce]
2015-12-03Run `grunt`.XhmikosR6-11/+63
[ci skip]
2015-12-01Proposed better phrasing in the "images" sectionTaylor Poulos1-1/+1
Previously, this read "Bootstrap doesn’t apply this automatically as it causes complications to other image formats." In this sentence, the number of the subject and the verb don't agree, and the word "this" is unclear.
2015-12-01Fix classes for responsive floats in migrationvsn4ik1-2/+2
See a8dc4812a49d8467e8642abb510b523a9a51cd48#commitcomment-14677726 [skip sauce]
2015-11-29Prevent anchors in tooltip example from splitting across linesChris Rebert1-0/+4
So as to decrease the number of future inquiries about said edge case (which is already documented). Refs #18304 [skip sauce]
2015-11-29Merge pull request #18340 from twbs/responsive-pullsChris Rebert13-36/+41
Add responsive float classes
2015-11-29navs.md: Fix typoChris Rebert1-1/+1
[ci skip]
2015-11-29Merge pull request #18264 from twbs/input-group-btns-both-sidesMark Otto1-0/+14
Add input group example with btns on both sides for completeness+testing
2015-11-29Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-devMark Otto11-45/+54
2015-11-29Merge pull request #18317 from twbs/redundant-text-aligns-18300Mark Otto7-25/+35
Remove non-responsive text alignment classes
2015-11-29gruntMark Otto4-3/+8
2015-11-29fixes #18295. improve .nav-inline usefulness and document the classes as wellMark Otto1-0/+32
2015-11-29clarify nav default displayMark Otto1-2/+2
2015-11-29gruntMark Otto2-2/+2
2015-11-29fix ads background colorMark Otto1-1/+1
2015-11-29gruntMark Otto7-6/+10
2015-11-29darken docs nav selected state and un-semibold it so it's not danglingMark Otto1-1/+1
2015-11-29grunt distChris Rebert2-2/+2
[ci skip]
2015-11-28Add Wall of Browser Bugs entry for #18365Chris Rebert1-0/+10
See http://bugzil.la/1228802 [skip sauce] [skip validator]
2015-11-26Add responsive float classes; fixes #13690Chris Rebert13-36/+41
2015-11-24browsers-devices.md: rm stray `</p>`Chris Rebert1-1/+1
[skip sauce]
2015-11-23Add responsive embed class for 1:1 aspect ratioRichard Kraaijenhagen1-0/+5
Closes #18141
2015-11-23Run `grunt`.XhmikosR6-21/+20
[ci skip]
2015-11-22Remove non-responsive text alignment classesChris Rebert7-25/+35
These can be replaced by their `.text-xs-*` parallels. This also avoids any complications from interactions between the responsive and non-responsive classes. (e.g. `<div class="text-left text-md-right">`) Refs #18300 [skip sauce]
2015-11-19Revert "Added button subsection to the component section"Patrick H. Lauke1-4/+0
2015-11-19Added button subsection to the component sectionJonathan1-0/+4
2015-11-19Docs: Separate Tether out from docs.min.jsChris Rebert1-0/+2
We can't include it in docs.min.js because docs.min.js includes application.js, application.js depends on bootstrap.js, and the tooltip portion of bootstrap.js depends on Tether. So instead, we need to load Tether separately before bootstrap.js [skip sauce]
2015-11-16Run `grunt`.XhmikosR8-411/+211
[ci skip]
2015-11-15docs/content/reboot.md: Just to avoid any ambiguityChris Rebert1-1/+1
[ci skip]
2015-11-15docs/content/reboot.md: Add MDN link and a commaChris Rebert1-2/+2
2015-11-16Touch responsiveness optimizationPatrick H. Lauke1-0/+14
Admittedly wordy info dump on why we use `touch-action:manipulation` refs https://github.com/twbs/bootstrap/pull/18051#issuecomment-156375970
2015-11-15Add input group example with btns on both sides for completeness+testingChris Rebert1-0/+14
[skip sauce]
2015-11-14uncomment that, fixes #18219Mark Otto1-2/+0
2015-11-14document links with text emphasis classes, fixes #18223Mark Otto1-0/+11
2015-11-14Merge branch 'v4-dev' of github.com:twbs/bootstrap into v4-devJacob Thornton8-45/+58
2015-11-14Merge pull request #18249 from twbs/v4-apMark Otto1-6/+12
Autoprefixer callout in Build tools docs
2015-11-14Merge branch 'v4-dev' of https://github.com/lincolndbryant/bootstrap into ↵Jacob Thornton4-27/+7
lincolndbryant-v4-dev
2015-11-14gruntMark Otto6-15/+28
2015-11-14fix broke markupMark Otto1-7/+0
2015-11-14unfuck that class name changeMark Otto1-7/+7
2015-11-14Merge pull request #18250 from twbs/v4-checkbox-markupMark Otto1-14/+15
Checkbox validation markup (Take 2)
2015-11-14s/error/danger/Chris Rebert1-1/+1
[skip sauce]
2015-11-14One more Autoprefixer shoutoutChris Rebert1-2/+2
[skip sauce]
2015-11-14contextual shoutoutMark Otto1-1/+1
2015-11-14consolidate links at the bottom of the fileMark Otto1-6/+6
2015-11-14Simplifies markup for checkbox validation statesZac Echola1-14/+15
2015-11-14Add note to build tools docs section about autoprefixerMark Otto1-0/+6