aboutsummaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)AuthorFilesLines
2017-10-16Update build-tools.md (#24378)XhmikosR1-3/+5
2017-10-13Describe compiled CSS (#24271)Lucas Banegas2-2/+56
2017-10-13Update colors in _data and theming.md to match _variables.scss (#24355)Jesse Mandel1-4/+6
2017-10-12Updated Safari Bug (#24350)Michael Letcher1-2/+2
2017-10-11Add borderless table class along with docs. RebaseVarunram1-0/+80
2017-10-09Lint examples' CSS too.XhmikosR2-6/+24
2017-10-09examples/dashboard/dashboard.css: merge duplicate selector.XhmikosR1-7/+1
2017-10-08Make `Dropped the Affix jQuery plugin` bold. (#24294)XhmikosR1-1/+1
2017-10-04Examples: remove unused images. (#24237)XhmikosR3-0/+0
2017-10-04Remove double spaces.XhmikosR5-5/+5
2017-10-04content/images.md: fix indentation in `picture` snippet.XhmikosR1-2/+2
2017-10-04Add image dimensions in examples page. (#24236)XhmikosR1-17/+17
2017-10-04Add a navbar-bottom example with a dropup inside.Johann-S3-0/+67
2017-10-03#24176 adds a note on the image docs about how to use pictureAndres Galante1-0/+12
2017-10-03Update column resets docs to include new section for column breaksMark Otto1-11/+28
- Moves offset reset to the offset section - Adds new breaks section to fix #24136
2017-10-03Updates docs to match Tooltip type checking (#22342)Gareth Adams2-3/+3
* Updates docs to match Tooltip type checking Documentation now matches the types defined in the DefaultType constant in js/src/tooltip.js * Revert documentation clarify where true is invalid
2017-10-03Switch to lowercase `doctype`. (#24217)XhmikosR19-20/+20
Having it uppercase doesn't offer anything and the lowercase version slightly improves gzip compression.
2017-10-03Offset option for dropdown can be function (#24222)Roman O1-1/+1
* Offset option can be function (Popper.js) * Fix...add function type for offset option * Remove constants for popper config * Optimize code. Remove foreach loop. * Refactoring. Remove getOffset method
2017-10-02Require quick start to be more explicit about CSS and JSMark Otto1-2/+23
2017-10-02fix up colors, closes #23325Mark Otto1-7/+7
2017-10-02Merge branch 'dropdown-caret' of https://github.com/pat270/bootstrap into v4-devMark Otto1-0/+1
2017-10-02change away from varsMark Otto1-2/+2
2017-10-02add components section, remove todosMark Otto1-8/+39
2017-10-02functions aww yeahMark Otto1-2/+45
2017-10-02add new thing to a mapMark Otto1-3/+7
2017-10-02quote those to match source codeMark Otto1-13/+13
2017-10-02nuke the options page, add redirect from it to new theming pageMark Otto2-121/+1
2017-10-02bring over colors sectionMark Otto1-1/+77
2017-10-02port over variable options listMark Otto1-3/+14
2017-10-02port latest from options for default varsMark Otto1-5/+11
2017-10-02Stub out new Theming pageMark Otto1-0/+114
2017-10-02Added type="button" to <button>s without any type (#23866)Herst4-13/+13
https://github.com/twbs/bootlint/wiki/W007
2017-10-02adds a note on typography docs about rem units on font-size-base (#23988)Andres Galante1-5/+5
2017-10-02Adds text-muted and text-white to the examples on color utilities (#23877)Andres Galante1-0/+4
2017-10-02Migrate forgotten Bootstrap 3 style offset class (#23951)Herst1-1/+1
2017-10-02Add order first to grid (#24202)Luke Frake1-0/+20
* Add first class to grid framework to add negative ordering * Add order-first explination to the docs
2017-10-02Clarify ScrollSpy 'activate' event elementMike Jacobson1-2/+2
2017-10-02Normalize examples' CSS. (#24210)XhmikosR10-42/+27
2017-10-01Make Node.js 6 the minimum version.XhmikosR3-3/+3
Also, be consistent with Node.js' name.
2017-10-01Fix link to Extend section in Migration docs (#24192)Aarón García Hervás1-1/+1
2017-10-01Updates to customizing variables docs (#24186)Mark Otto1-4/+8
* Variable overrides within the same Sass file can come before or after the default value, but across files they must come first. * Removed the double :: at the end of the paragraph. * Fixed usage of overwrite when we mean override.
2017-09-30changes the order of the close btn on alerts to improve accecibilityAndres Galante1-1/+1
2017-09-30remove that, the example comes first nowMark Otto1-2/+0
2017-09-30more links, clarify predefined classesMark Otto1-5/+5
2017-09-30be more specific about context and breakpoint scalingMark Otto1-3/+3
2017-09-30be more specificMark Otto1-1/+1
2017-09-30rewrite containers and rows sectionMark Otto1-2/+2
2017-09-30link to css tricks article, add code snippet to exampleMark Otto1-1/+5
2017-09-30link to mdn flex docMark Otto1-1/+1
2017-09-28Lint docs js too and use `strict consistently. (#24160)XhmikosR3-15/+32