aboutsummaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)AuthorFilesLines
2015-12-07proper fix for #18439 w/ clippy placement and hoverMark Otto1-4/+8
2015-12-07Add entry about stateful buttons to v4 migration guideChris Rebert1-0/+2
Refs #18459, #17178 [skip sauce]
2015-12-07Consolidate duplicate "Buttons" section in v4 migration docsChris Rebert1-4/+1
[skip sauce]
2015-12-07gruntMark Otto4-6/+14
2015-12-07fixes #17433: improve borders on .list-group-flush to remove dupe borders ↵Mark Otto1-0/+10
when appropro
2015-12-07Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-devMark Otto5-6/+20
2015-12-07gruntMark Otto7-6/+18
2015-12-07Merge pull request #18453 from twbs/wkbug-151933Chris Rebert1-0/+10
Add Wall of Browser Bugs entry related to #16028
2015-12-07Add Wall of Browser Bugs entry related to #16028Chris Rebert1-0/+10
https://bugs.webkit.org/show_bug.cgi?id=151933 [skip sauce]
2015-12-07Tweak naming and docs of font utility classesChris Rebert1-4/+4
* `.font-normal` is too generic. Rename it to `.font-weight-normal` for clarity. * Rename `.font-bold` to `.font-weight-bold` so as to parallel `.font-weight-normal`. * In docs, gloss "weight" term in relation to fonts for the benefit of non-typographiles. Refs #18433 [skip sauce]
2015-12-06links and clarification in navbar docsMark Otto1-2/+2
2015-12-06stub out some more of the navbar docs to include navbar-nav options and ↵Mark Otto1-0/+52
navbar-brand options
2015-12-06Add .navbar-form entry to v4 migration docs; refs #18087Chris Rebert1-0/+4
[skip sauce]
2015-12-06Remove .navbar-form from example pages; refs #18087Chris Rebert2-2/+2
[skip sauce]
2015-12-06fix up navbar examples with proper coloringMark Otto2-4/+4
2015-12-06fixes #18087: .navbar-form is no moreMark Otto1-5/+4
2015-12-06fixes #18436Mark Otto1-0/+1
2015-12-06fixes #18433: add three new font utilsMark Otto1-0/+10
2015-12-06Fix grammar in "Custom forms" docsChris Rebert1-1/+1
[ci skip]
2015-12-06Docs: Fix flavor text in input group example that got borked at some pointChris Rebert1-1/+1
[skip sauce]
2015-12-06Add Wall of Browser Bugs entry for #15990Chris Rebert1-0/+10
https://bugzilla.mozilla.org/show_bug.cgi?id=1139853 [skip sauce]
2015-12-06Mention Mozilla Firefox meta-bug on Wall of Browser BugsChris Rebert1-0/+1
https://bugzilla.mozilla.org/show_bug.cgi?id=1230801 [skip sauce]
2015-12-05Run `grunt`.XhmikosR13-44/+44
[ci skip]
2015-12-05Run `grunt`.XhmikosR4-8/+8
[ci skip]
2015-12-05Update clipboard.js to v1.5.5.XhmikosR1-3/+3
[ci skip]
2015-12-05Update anchor.js to v2.0.0.XhmikosR1-2/+2
[ci skip]
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]