aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2017-05-27Update nav and navbar HTML markupGeremia Taglialatela3-39/+39
According to the docs, you just need to apply the `navbar-nav` to an `<ul>` tag in a list-based navbar. In fact, `navbar-nav` seems to override all the css properties set by `nav`. Also, `nav-item` class should be used only for `<li>` tags, or in conjunction with `<a>` tags to entirely avoid the list-based approach. This commit removes the redundant `nav` class from `navbar-nav` `<ul>` tags, moves `nav-item` from `<a>` tags to `<li>` tags and properly adds `nav-item` class to `<li>` tags where missing. Refs: * https://v4-alpha.getbootstrap.com/components/navs/ * https://v4-alpha.getbootstrap.com/components/navbar/#nav
2017-05-27rename sectionMark Otto1-1/+1
2017-05-26Merge branch 'v4-docs-streamlined' of https://github.com/twbs/bootstrap into ↵Mark Otto267-27231/+18780
v4-docs-streamlined
2017-05-26custom forms example with new grid stylesMark Otto1-0/+26
2017-05-26Update forms docs to add more headings and move the huge type example into a ↵Mark Otto1-82/+21
table
2017-05-26Merge branch 'v4-dev' into form-tweaksMark Otto94-1670/+3819
2017-05-26Rename `$navbar-*-toggler-bg` to `$navbar-*-toggler-icon-bg` since it's ↵Patrick Yeo2-4/+4
placed on .navbar-toggler-icon (#22564)
2017-05-26Update migration docs for .has-error renameHugh Bellamy1-0/+1
2017-05-26Drop CSS icons for SVGs (#22708)Mark Otto5-30/+5
* add the svg icon as a partial so we can include it easily * add the icon to the homepage * drop .bd-booticon for svgs here * rip out the import for .bd-booticon sass file * Delete _booticon.scss * indentation * Update bootstrap-icon.html * remove those
2017-05-26buildMark Otto10-128/+608
2017-05-26Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-devMark Otto1-1/+5
2017-05-26buildMark Otto11-23/+81
2017-05-26Revert simplified grid column styles from #22376Mark Otto1-1/+5
The premise for #22376 was that if we removed the `max-width` and `flex` properties, we could use the column classes as `width` utilities. The problem that I didn't remember at the time is that column classes have horizontal `padding` on them. This doesn't work for setting `width`. Perhaps more importantly, this causes #22649—the automatic sizing of columns is broken with the absence of `flex` styles. /cc @sachinsinghi
2017-05-26document more form layout options with grid, including some compact ↵Mark Otto1-0/+115
.gutters-sm examples
2017-05-26add a compact gutter option, .gutters-smMark Otto1-0/+12
2017-05-26update equal-width numbering in docs (#22697)Mike Cooper1-3/+3
2017-05-26Merge branch 'v4-dev' into patch-1Heiko Jansen10-96/+214
2017-05-25Add box-shadow to .progress-bar (#22579)Mark Otto1-0/+1
* Add box-shadow to .progress-bar Puts an unused variable back in use for when folks set `$enable-shadows` to `true`.
2017-05-25Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-devMark Otto3-1/+108
2017-05-25buildMark Otto6-95/+105
2017-05-25add webpack to documentation (#22423)Idan Cohen2-0/+107
* add webpack to documentation" implementing PR comments implementing PR comments * replace tether with popper
2017-05-24Fix 22643 - Readme links to vanished file (#22647)Ayachii1-1/+1
* Fixed dead link to browser list The link to the list of browsers supported through Autoprefixer was dead, now updated to a working link. * Updated label to display new file path Changed the labeling on the updated link to show read as the new updated file path.
2017-05-24Sync code shown with code actually usedHeiko Jansen1-2/+2
Remove class and attributes from buttons which are not expected to trigger dropdowns. Code used to render the examples is correct but code shown was not.
2017-05-24Fix fallbackPlacement default value for Popovers documentationJohann-S1-1/+1
2017-05-24Update Popper.js to 1.9.9Johann-S22-25/+25
2017-05-24Update documentation for Tooltips/Popovers about auto placementJohann-S3-10/+2
2017-05-24Placement auto for popoversJohann-S3-1/+19
2017-05-24Placement auto for tooltipsJohann-S3-0/+18
2017-05-23Documentation display tooltips/popovers arrows with css for static examplesJohann-S3-19/+43
2017-05-23Use Popper.js to manage arrow positionJohann-S5-31/+58
2017-05-22Fix (css): force .navbar .dropdown-menu positioningCatalin Zalog1-9/+8
2017-05-22Better management of dropdown/dropup with alignmentJohann-S2-32/+54
2017-05-17Use popper to align dropdown menu instead of using css with importantJohann-S3-28/+65
2017-05-17fix tooltip documentation page missing classname prefix "bs-" to popover topLaussel Loïc1-1/+1
2017-05-17Update Popper.js 1.9.4Johann-S22-25/+25
2017-05-16Force dropdown to be displayed in position static for navbar, to override ↵Johann-S1-1/+2
Popper css
2017-05-16buildJohann-S34-621/+1580
2017-05-14Change "Max CDN" to "MaxCDN"Anand Chowdhary1-1/+1
2017-05-14Update Popper.js 1.9.3Johann-S22-25/+25
2017-05-14Change fallbackPlacement to flip by default for Tooltips/PopoversJohann-S2-5/+4
2017-05-14Fix tooltip margin to be stick at their callerJohann-S2-5/+2
2017-05-14Fix bad position for Tooltips with animation at trueJohann-S1-5/+19
2017-05-14Use _jQueryInterface for Dropdown to call toggle methodJohann-S1-28/+26
2017-05-14Add fallbackPlacement option for Tooltip and PopoverJohann-S4-26/+46
2017-05-14Fix dropdown in scrollspy visual test (add Popper.js)Johann-S1-0/+1
2017-05-14Update Popper.js 1.9.1 + Update documentation about Dropdown placementJohann-S22-26/+26
2017-05-14Fix dropdown-menu-right and dropdown-menu-left for DropdownJohann-S1-2/+2
2017-05-14Documentation - fix examples for Tooltip and Popovers (display arrow)Johann-S2-9/+16
2017-05-14Allow to disable flip behaviour on Dropdown + documentationJohann-S2-3/+19
2017-05-14Update shrinkwrap.Bardi Harborow1-388/+652