aboutsummaryrefslogtreecommitdiff
path: root/site/docs
AgeCommit message (Collapse)AuthorFilesLines
2018-07-20Clarify to close #26329Mark Otto1-1/+1
2018-07-20Merge branch 'document-tooltip-flickering' of ↵Mark Otto1-0/+11
https://github.com/simPod/bootstrap into simPod-document-tooltip-flickering
2018-07-20Clarify custom select stylesMark Otto1-1/+1
Fixes #26281
2018-07-20Improve responsive table docsMark Otto1-5/+4
- Splits the examples with code snippets - Adds note about possible broken visuals Closes #25813
2018-07-19feat(plugins): allow to import separate pluginsJohann-S2-7/+4
2018-07-15Merge branch 'v4-dev' of https://github.com/Varunram/bootstrap into ↵Mark Otto1-0/+12
Varunram-v4-dev
2018-07-14Update cursor on floating labels example (#26826)Mark Otto1-0/+1
2018-07-14Merge branch 'examples-cleanup' of ↵Mark Otto6-22/+0
https://github.com/MartijnCuppens/bootstrap into MartijnCuppens-examples-cleanup
2018-07-14Merge branch 'box-shadow_issue_26377' of ↵Mark Otto11-42/+30
https://github.com/parammittal16/bootstrap into parammittal16-box-shadow_issue_26377
2018-07-11update card columns docs to make copy more accurateMark Otto1-2/+2
closes #26586, closes #26587
2018-07-11remove reference to breakpoint-specific gutter widths which are not implementedJosh Wand1-1/+1
see #22944 and #24620
2018-07-11Reorganize docs for easier deploysMark Otto186-0/+20074
With the current docs directory setup, I'm making too many mistakes and have to manually address path changes and directory moves on deploy. This makes for a frustrating experience developing locally and shipping releases. With this PR, we're basically back to the same setup from v3—duplicating the dist directory into our docs directory. Not the most ideal, but very straightforward for me as the release manager.