1. 28 Sep, 2015 2 commits
  2. 27 Sep, 2015 3 commits
    • Michael Käufl's avatar
      Filled leftover placeholder · b7bdde3d
      Michael Käufl authored
      b7bdde3d
    • Gleb Mazovetskiy's avatar
      Change grid and container sizes to px · eabed0ed
      Gleb Mazovetskiy authored
      Changes grid and container sizes to `px`, as the
      viewport pixel size does not depend on the font size.
      
      The actual em values were inconsistent with the docs,
      while the docs were not the same as the comments:
      
      * `sm` breakpoint was 34em (544px) not 480px.
      * `lg` container max-width was 60rem (960px), less gutter than `md`.
        Changed to 940px, same as Bootstrap 3.
      * `xl` container max-width was 72.25rem which is 1140px not 1156px.
        Changed to 1140px matching the comment but not the docs.
      
      Addresses #17070 and #17388.
      eabed0ed
    • Chris Rebert's avatar
      Port #17712 over to Bootstrap v4 · ff2f9cd3
      Chris Rebert authored
      [skip sauce]
      ff2f9cd3
  3. 25 Sep, 2015 2 commits
  4. 24 Sep, 2015 2 commits
  5. 23 Sep, 2015 1 commit
  6. 22 Sep, 2015 2 commits
  7. 20 Sep, 2015 1 commit
  8. 19 Sep, 2015 2 commits
  9. 16 Sep, 2015 3 commits
  10. 15 Sep, 2015 1 commit
  11. 11 Sep, 2015 1 commit
  12. 10 Sep, 2015 1 commit
  13. 08 Sep, 2015 4 commits
    • Jesse Mandel's avatar
      Added NuGet install instructions to docs · f5ab82c7
      Jesse Mandel authored
      Closes #17214.
      f5ab82c7
    • XhmikosR's avatar
      0113ecc6
    • XhmikosR's avatar
      Add missing end of file newlines. · 36e4c9bf
      XhmikosR authored
      [ci skip]
      36e4c9bf
    • David\ Beitey's avatar
      Specify configBridge as relative path to source · 7a2fa5e6
      David\ Beitey authored
      This adjusts the load path for the ``configBridge.json`` file from one
      that's relative to the user running the command (eg ``jekyll serve``),
      to one that's relative to the ``source`` configuration setting for
      Jekyll.
      
      The result is that the user can now have a (customised) ``_config.yml``
      for Jekyll anywhere on her filesystem and point to Bootstrap's
      ``docs`` directory to use as the ``source``.  Previously, in order to
      customise it, the original ``_config.yml`` needed to be modified inside
      (a forked) Bootstrap, and the ``jekyll`` command could only be run at
      the root of the Bootstrap package as the original file path to
      ``configBridge.json`` was only valid there.
      
      The existing behaviour is not affected.
      7a2fa5e6
  14. 07 Sep, 2015 2 commits
  15. 06 Sep, 2015 9 commits
  16. 05 Sep, 2015 4 commits