aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2015-08-20rm docs references to nuked stateful button featureChris Rebert1-15/+0
[skip sauce]
2015-08-20reboot.md: fix typo: "to a minimal" [sic]Chris Rebert1-1/+1
2015-08-20docs/layout/grid.md: Fix responsive utilities linkChris Rebert1-1/+1
2015-08-20introduction.md: Fix typo: "started template"Chris Rebert1-1/+1
2015-08-21Docs: link to tooling setup on download pageHeinrich Fenkart1-1/+1
2015-08-21Docs: various fixesHeinrich Fenkart19-22/+26
Mostly links. Fixes #17056.
2015-08-21Docs: Fix "read more about x-ua" linkHeinrich Fenkart1-1/+1
Fixes #17096
2015-08-21Merge pull request #17027 from n1c/patch-1Heinrich Fenkart1-1/+1
Title on Figures page should be Figures and not Images?
2015-08-21Docs: Update CDN linksHeinrich Fenkart1-3/+2
Fixes #17028 Closes #17042
2015-08-21Merge pull request #17065 from kkirsche/patch-8Heinrich Fenkart1-1/+1
Fix link to .table section in Reboot
2015-08-21Merge pull request #17085 from thejameskyle/tjk/4Heinrich Fenkart1-1/+1
v4 - Fix urls ./helpers => ./utilities
2015-08-21Merge pull request #17086 from thejameskyle/tjk/5Heinrich Fenkart1-1/+1
v4 - Fix text utilities link
2015-08-21Merge pull request #17025 from hebbet/v4-devHeinrich Fenkart1-1/+1
fix broken link to flexbox
2015-08-21Fix link to wall of browser bugs; closes #17107Heinrich Fenkart1-1/+1
2015-08-21Docs: a little bit of love for the wall of browser bugsHeinrich Fenkart2-1/+7
2015-08-21Merge pull request #17172 from twbs/v4-docs-dropdownsHeinrich Fenkart6-68/+68
Docs: Update all dropdowns to new HTML structure
2015-08-21Docs: Update all dropdowns to new HTML structureHeinrich Fenkart6-68/+68
2015-08-20Merge branch 'v4' into v4-devMark Otto9-8/+9
2015-08-20this sucks, but it's needed for now due to the grunt build control pluginMark Otto1-0/+1
2015-08-20gruntMark Otto8-8/+8
2015-08-20add jekyll plugins to gemfileThomas McDonald2-0/+7
2015-08-20Merge pull request #17156 from kkirsche/patch-19Heinrich Fenkart1-5/+5
v4 Docs - Fix scroll spy navbar example
2015-08-20run jekyll with bundle execThomas McDonald1-1/+2
2015-08-20install scss-lint in systemThomas McDonald1-0/+1
2015-08-20Merge pull request #17164 from twbs/shrinkwrapChris Rebert1-1030/+3316
Update shrinkwrap to help fix Travis build
2015-08-20Update shrinkwrap to help fix Travis buildChris Rebert1-1030/+3316
2015-08-20Fix use of LESS var syntax in docs when referencing SCSSDavid Richardson2-4/+4
Example: > ... SCSS variables (e.g., `@enable-gradients: true`) ... Referenced SCSS but used the LESS syntax. Changed to: > ... SCSS variables (e.g., `$enable-gradients: true`) ... Closes #17114
2015-08-20Use border-radius mixing in form-control-sm and form-control-lgKevin Kirsche1-2/+2
Fix #17160
2015-08-20v4 - Accordion example should use cardsKevin Kirsche1-12/+12
Partial Fix: #17157 Additional code needed to get cards to butt up against each other as expected.
2015-08-20v4 Docs - Fix scroll spy navbar exampleKevin Kirsche1-5/+5
Fix #17125
2015-08-20Merge pull request #17152 from zacechola/popover_container_exampleHeinrich Fenkart1-2/+2
v4 - Fix container option example code
2015-08-20Fix container option example codeZac Echola1-2/+2
2015-08-20Add pixel values for the rem breakpoints and column sizesKevin Kirsche1-13/+13
Fix: #17145
2015-08-20Merge pull request #17139 from coliff/patch-6Heinrich Fenkart1-1/+1
v4 Docs - Fix tether typo
2015-08-20Rendered example bin in grid docs should use sassKevin Kirsche1-1/+1
Fix #17129
2015-08-21Fix tether typoChristian Oliff1-1/+1
Fix tether typo
2015-08-20Provide V4 JSBin templateKevin Kirsche1-1/+1
provide V4 JSBin template for users to use when sending bug reports.
2015-08-20v4: Dropdown caret is not horizontally allignedKevin Kirsche1-0/+1
Fix #17135
2015-08-20Merge pull request #17133 from zacechola/btn_xs_removalHeinrich Fenkart1-24/+0
Remove btn-xs from dropdown docs
2015-08-20Remove btn-xs from dropdownZac Echola1-24/+0
2015-08-20Merge pull request #17132 from zacechola/jquery_cdn_linkHeinrich Fenkart1-0/+1
Add jquery cdn link
2015-08-20Add jquery cdn linkZac Echola1-0/+1
2015-08-20Merge pull request #17115 from benjamindean/patch-1Heinrich Fenkart1-1/+1
Fix "background-variants" anchor
2015-08-20Fix "background-variants" anchorBenjamin Dean1-1/+1
2015-08-20Fixes the _image mixing by prefixing the parameters with $Jan Stevens1-2/+2
2015-08-20Remove duplicate "spaced-comment" in eslintrcBoris Kaiser1-1/+0
Closes #17100
2015-08-20Fix -flex compile on Sass Ruby #17046Gleb Mazovetskiy1-6/+4
2015-08-20_removeTetherClasses is no longer referencedlbryant4-17/+1
2015-08-20use Tether addTargetClasses: false option instead of manually removing themlbryant7-2774/+2783
2015-08-19Add more compatibility info and caniuse links to Flexbox docsManoj Kumar1-2/+2
Closes #17091