aboutsummaryrefslogtreecommitdiff
path: root/site/docs
AgeCommit message (Collapse)AuthorFilesLines
2018-09-14Update anchor.min.js to v4.1.1.XhmikosR1-3/+3
2018-09-03Added type="button" to <button>s without any type (#27174)Herst3-5/+5
(again) https://github.com/twbs/bootlint/wiki/W007
2018-09-02Add new docs Versions page.Mark Otto1-0/+38
2018-08-31add information about valid selectors (#27137)Johann-S1-2/+4
2018-08-25add text-reset to text utilities (#26866)m5o1-0/+11
2018-08-25Specify new height for inputs in floating label example after v4.1.3's ↵Mark Otto1-0/+1
addition of a fixed height property on .form-control
2018-08-25#23389: Add breadbrumb in docs search resultsMartijn Cuppens1-5/+19
2018-08-19Minor: missing dot before classname in explanatory textPatrick H. Lauke1-1/+1
2018-08-19Fix section numbering in scrollspy doc exampleYannick Warnier1-2/+2
2018-08-19Use mr utility class throughout media object docsGreg Tyler1-1/+1
2018-08-18distMark Otto2-2/+2
2018-08-18Recommend a plugin to animate custom file input (#27088)Johann-S1-0/+5
2018-08-13Tweak modal transform (#27005)Martijn Cuppens1-0/+6
2018-08-12docs/4.1/components/forms.md: fix useiconic link.XhmikosR1-1/+1
2018-08-12Fix paths.XhmikosR2-2/+2
2018-08-02Commit our svgo config.XhmikosR2-2/+2
2018-08-02Hyphenate client-side/server-side (#27016)Jonathan1-1/+1
2018-08-02Fix #26990 broken external exampleMitchell Grice2-2/+2
2018-08-02Use Iconic github page instead of site Martijn Cuppens1-1/+1
The SSL certificate of the useiconic.com is expired
2018-07-29Merge branch 'form-validation-icons' into v4-devMark Otto2-3/+12
2018-07-29#26972: fix responsive highlight widthMartijn Cuppens1-1/+1
2018-07-29Update devDependencies and gems.XhmikosR1-1/+1
2018-07-27fix typo: seperator -> separator (#26982)lgdean1-1/+1
2018-07-26Update browsers-devices.mdXhmikosR1-15/+16
2018-07-24Flexbox based sticky footer example (#26674)ysds4-55/+27
* Flexbox based sticky footer * Update guide message * Use utility classes instead of custom CSS
2018-07-24Merge branch 'garhbod-patch-1' into v4-devMark Otto2-0/+36
2018-07-24Merge branch 'v4-dev' into malkomich-v4-devMark Otto186-0/+20123
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.