]> git.ipfire.org Git - thirdparty/bootstrap.git/log
thirdparty/bootstrap.git
9 years agoAdds current version to packages. 17576/head
Zac Echola [Fri, 11 Sep 2015 18:27:57 +0000 (13:27 -0500)] 
Adds current version to packages.

9 years agoMerge pull request #17549 from davidjb/v4-dev-bundle-ignore
Gleb Mazovetskiy [Thu, 10 Sep 2015 18:52:30 +0000 (19:52 +0100)] 
Merge pull request #17549 from davidjb/v4-dev-bundle-ignore

Add `vendor/bundle` to gitignore

9 years agoMerge pull request #17553 from rbrs/form-inline
Mark Otto [Thu, 10 Sep 2015 15:49:29 +0000 (08:49 -0700)] 
Merge pull request #17553 from rbrs/form-inline

v4 - fixed incorrect inline form class in docs

9 years agoMerge pull request #17558 from gjsduarte/v4-dev
Mark Otto [Thu, 10 Sep 2015 15:48:45 +0000 (08:48 -0700)] 
Merge pull request #17558 from gjsduarte/v4-dev

Border width variable in list group items

9 years agoBorder width variable in list group items 17558/head
Guilherme Duarte [Thu, 10 Sep 2015 12:16:23 +0000 (14:16 +0200)] 
Border width variable in list group items

Added usage of $border-width variable in all _list-group.scss references

9 years agov4 - fixed incorrect inline form class in docs 17553/head
Rolandas Barysas [Thu, 10 Sep 2015 07:46:26 +0000 (10:46 +0300)] 
v4 - fixed incorrect inline form class in docs

9 years agoMerge pull request #17551 from twbs/env-vars
Chris Rebert [Thu, 10 Sep 2015 06:04:40 +0000 (23:04 -0700)] 
Merge pull request #17551 from twbs/env-vars

Remove Travis env vars used for defunct custom caching system

9 years agorm Travis env vars used for defunct custom caching system 17551/head
Chris Rebert [Thu, 10 Sep 2015 05:48:29 +0000 (22:48 -0700)] 
rm Travis env vars used for defunct custom caching system

Reverts part of 42697a4ecb2c034c9e88e245932b3914dfd1206c

9 years agorm Travis env vars for giving Savage access to defunct custom caching system
Chris Rebert [Thu, 10 Sep 2015 05:40:48 +0000 (22:40 -0700)] 
rm Travis env vars for giving Savage access to defunct custom caching system

Reverts a1c170ed373d9076ecf76d264220a6a636239f17

9 years agoAdd `vendor/bundle` to gitignore 17549/head
David\ Beitey [Thu, 10 Sep 2015 05:20:36 +0000 (15:20 +1000)] 
Add `vendor/bundle` to gitignore

Ensure this directory is ignored so that any installed resources from
Bundler aren't handled by Git.

9 years agoMerge pull request #17519 from twbs/v4-dev-xmr-jekyll-sitemap
XhmikosR [Wed, 9 Sep 2015 06:44:40 +0000 (09:44 +0300)] 
Merge pull request #17519 from twbs/v4-dev-xmr-jekyll-sitemap

Use jekyll-sitemap instead of our custom solution.

9 years agoMerge pull request #17520 from davidjb/v4-dev-relative-grunt
XhmikosR [Wed, 9 Sep 2015 06:44:09 +0000 (09:44 +0300)] 
Merge pull request #17520 from davidjb/v4-dev-relative-grunt

Specify configBridge as relative path to source for Jekyll

9 years agoAdded NuGet install instructions to docs
Jesse Mandel [Thu, 20 Aug 2015 18:31:48 +0000 (11:31 -0700)] 
Added NuGet install instructions to docs

Closes #17214.

9 years agoREADME: Update version number in download link
Chris Rebert [Tue, 8 Sep 2015 08:57:19 +0000 (01:57 -0700)] 
README: Update version number in download link

[ci skip]

9 years agoMerge pull request #17521 from vsn4ik/rm_v3_theme
Chris Rebert [Tue, 8 Sep 2015 06:20:16 +0000 (23:20 -0700)] 
Merge pull request #17521 from vsn4ik/rm_v3_theme

v4 - Remove dropped v3 bootstrap-theme

9 years agoRemove dropped v3 bootstrap-theme 17521/head
vsn4ik [Tue, 8 Sep 2015 05:58:03 +0000 (08:58 +0300)] 
Remove dropped v3 bootstrap-theme

[ci skip]

9 years agoUse jekyll-sitemap instead of our custom solution. 17519/head
XhmikosR [Tue, 8 Sep 2015 05:13:48 +0000 (08:13 +0300)] 
Use jekyll-sitemap instead of our custom solution.

9 years agoAdd missing end of file newlines.
XhmikosR [Tue, 8 Sep 2015 05:16:07 +0000 (08:16 +0300)] 
Add missing end of file newlines.

[ci skip]

9 years agoSpecify configBridge as relative path to source 17520/head
David\ Beitey [Tue, 8 Sep 2015 04:36:00 +0000 (14:36 +1000)] 
Specify configBridge as relative path to source

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.

9 years agoMerge pull request #17518 from twbs/v4-dev-xmr-rm-test-infra
XhmikosR [Tue, 8 Sep 2015 04:24:50 +0000 (07:24 +0300)] 
Merge pull request #17518 from twbs/v4-dev-xmr-rm-test-infra

Remove the now unused test-infra files.

9 years agoRemove the now unused test-infra files. 17518/head
XhmikosR [Sun, 6 Sep 2015 09:42:39 +0000 (12:42 +0300)] 
Remove the now unused test-infra files.

9 years agoAdd JS to fix indeterminate checkbox example in docs
Corbzilla [Mon, 7 Sep 2015 15:28:42 +0000 (15:28 +0000)] 
Add JS to fix indeterminate checkbox example in docs

Fixes #17196
Closes #17510

9 years agoMerge pull request #17509 from Zearin/v4-dev-DOCS
Patrick H. Lauke [Mon, 7 Sep 2015 14:57:59 +0000 (16:57 +0200)] 
Merge pull request #17509 from Zearin/v4-dev-DOCS

Fix usage of “its” and “it’s” (v4 docs)

9 years agoFix usage of “its” and “it’s” 17508/head 17509/head
Zearin [Mon, 7 Sep 2015 14:07:35 +0000 (10:07 -0400)] 
Fix usage of “its” and “it’s”

9 years agoMerge pull request #17500 from mauricew/v4-dev-examplefixes
Mark Otto [Sun, 6 Sep 2015 23:25:38 +0000 (16:25 -0700)] 
Merge pull request #17500 from mauricew/v4-dev-examplefixes

v4 Fixes to examples

9 years agoFixes to examples 17500/head
Maurice Wahba [Sun, 6 Sep 2015 22:01:41 +0000 (18:01 -0400)] 
Fixes to examples

9 years agoMerge pull request #17495 from vsn4ik/mv_text_hide
Chris Rebert [Sun, 6 Sep 2015 21:03:10 +0000 (14:03 -0700)] 
Merge pull request #17495 from vsn4ik/mv_text_hide

v4 - Rename file with text-hide mixin

9 years agoAdd missing jQuery local fallback.
XhmikosR [Sun, 6 Sep 2015 17:34:35 +0000 (20:34 +0300)] 
Add missing jQuery local fallback.

[ci skip]

9 years agoUse jQuery 1.11.3 everywhere.
XhmikosR [Sun, 6 Sep 2015 17:32:40 +0000 (20:32 +0300)] 
Use jQuery 1.11.3 everywhere.

[ci skip]

9 years agoMerge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-dev
Mark Otto [Sun, 6 Sep 2015 16:36:40 +0000 (09:36 -0700)] 
Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-dev

9 years agogrunt
Mark Otto [Sun, 6 Sep 2015 16:36:24 +0000 (09:36 -0700)] 
grunt

9 years agoFixes #17486: start work on responsive cards for decks, groups, and columns
Mark Otto [Sun, 6 Sep 2015 16:36:19 +0000 (09:36 -0700)] 
Fixes #17486: start work on responsive cards for decks, groups, and columns

9 years agoMerge pull request #17491 from twbs/v4-dev-xmr-travis-no-gem-install
Thomas McDonald [Sun, 6 Sep 2015 16:09:43 +0000 (09:09 -0700)] 
Merge pull request #17491 from twbs/v4-dev-xmr-travis-no-gem-install

Remove `gem install scss_lint` from Travis.

9 years agoRename file with text-hide mixin 17495/head
vsn4ik [Sun, 6 Sep 2015 11:40:19 +0000 (14:40 +0300)] 
Rename file with text-hide mixin

9 years agoMerge pull request #17492 from twbs/v4-dev-xmr-docs-js
XhmikosR [Sun, 6 Sep 2015 11:31:07 +0000 (14:31 +0300)] 
Merge pull request #17492 from twbs/v4-dev-xmr-docs-js

Clean up inclusion of IE-specific JS files.

9 years agoClean up inclusion of IE-specific JS files. 17492/head
XhmikosR [Sun, 6 Sep 2015 09:16:01 +0000 (12:16 +0300)] 
Clean up inclusion of IE-specific JS files.

Move them to footer, and remove duplicate ones.

[ci skip]

9 years agoRemove `gem install scss_lint` from Travis. 17491/head
XhmikosR [Sun, 6 Sep 2015 09:16:01 +0000 (12:16 +0300)] 
Remove `gem install scss_lint` from Travis.

Instead, use `bundleExec: true` for grunt-scss-lint.

9 years agogrunt
Mark Otto [Sun, 6 Sep 2015 03:58:31 +0000 (20:58 -0700)] 
grunt

9 years agoFixes #17230: Renames .navbar-static-top to .navbar-full and adds docs for it
Mark Otto [Sun, 6 Sep 2015 03:58:28 +0000 (20:58 -0700)] 
Fixes #17230: Renames .navbar-static-top to .navbar-full and adds docs for it

9 years agogrunt
Mark Otto [Sun, 6 Sep 2015 03:56:46 +0000 (20:56 -0700)] 
grunt

9 years agoremoe comment /cc @cvrebert
Mark Otto [Sun, 6 Sep 2015 03:54:25 +0000 (20:54 -0700)] 
remoe comment /cc @cvrebert

9 years agoMerge pull request #17477 from patrickhlauke/v4-skippy
Patrick H. Lauke [Sat, 5 Sep 2015 16:37:27 +0000 (18:37 +0200)] 
Merge pull request #17477 from patrickhlauke/v4-skippy

Port skiplink styling from v3 to v4

9 years agoMerge pull request #17369 from twbs/v4-dev-xmr-docs-img
XhmikosR [Sat, 5 Sep 2015 14:17:00 +0000 (17:17 +0300)] 
Merge pull request #17369 from twbs/v4-dev-xmr-docs-img

Compress images.

9 years agoMerge pull request #17364 from twbs/avoid-parent-selector-suffix2
Gleb Mazovetskiy [Sat, 5 Sep 2015 09:14:59 +0000 (10:14 +0100)] 
Merge pull request #17364 from twbs/avoid-parent-selector-suffix2

Remove all uses of `selector &` to support nested import

9 years agoPort skiplink styling from v3 to v4 17477/head
Patrick H. Lauke [Fri, 4 Sep 2015 19:46:47 +0000 (20:46 +0100)] 
Port skiplink styling from v3 to v4

9 years agoMerge pull request #17404 from vincent4j/patch-1
Mark Otto [Sat, 5 Sep 2015 06:39:45 +0000 (23:39 -0700)] 
Merge pull request #17404 from vincent4j/patch-1

add Chinese translations website boot4.com

9 years agoMerge pull request #17436 from twbs/v4-dev-xmr-deps
XhmikosR [Sat, 5 Sep 2015 05:19:35 +0000 (08:19 +0300)] 
Merge pull request #17436 from twbs/v4-dev-xmr-deps

Update dependecies.

9 years agoRun `grunt`. 17436/head
XhmikosR [Sat, 29 Aug 2015 21:03:55 +0000 (00:03 +0300)] 
Run `grunt`.

9 years agoUpdate htmllint rules for the new version.
XhmikosR [Wed, 26 Aug 2015 15:15:47 +0000 (18:15 +0300)] 
Update htmllint rules for the new version.

9 years agoUpdate devDependencies.
XhmikosR [Wed, 26 Aug 2015 15:00:15 +0000 (18:00 +0300)] 
Update devDependencies.

9 years agoMerge pull request #17373 from twbs/v4-dev-xmr-holderjs
XhmikosR [Sat, 5 Sep 2015 04:53:26 +0000 (07:53 +0300)] 
Merge pull request #17373 from twbs/v4-dev-xmr-holderjs

Update Holder.js to v2.8.2.

9 years agoUpdate Holder.js to v2.8.2. 17373/head
XhmikosR [Thu, 27 Aug 2015 21:26:00 +0000 (00:26 +0300)] 
Update Holder.js to v2.8.2.

[ci skip]

9 years agogrunt
Mark Otto [Sat, 5 Sep 2015 04:28:06 +0000 (21:28 -0700)] 
grunt

9 years agofloat the breadcrumb items to deal with that pesky inline-block madness
Mark Otto [Sat, 5 Sep 2015 04:28:01 +0000 (21:28 -0700)] 
float the breadcrumb items to deal with that pesky inline-block madness

9 years agoclean up nav.yml, nullifies #17470
Mark Otto [Sat, 5 Sep 2015 03:31:17 +0000 (20:31 -0700)] 
clean up nav.yml, nullifies #17470

9 years agoonly apply border radius mixins if rounded corners are enabled; alternate fix to...
Mark Otto [Thu, 3 Sep 2015 16:04:51 +0000 (09:04 -0700)] 
only apply border radius mixins if rounded corners are enabled; alternate fix to #17426

9 years agoModals: Fix bad paddingRight calculation; fixes #17399
muzige2000 [Thu, 3 Sep 2015 08:18:53 +0000 (17:18 +0900)] 
Modals: Fix bad paddingRight calculation; fixes #17399

We want to sum two numbers, not concatenate their stringifications.
Closes #17457 by merging a tweaked version of it.

9 years agoMerge pull request #17456 from davidjb/v4-img-responsive
Chris Rebert [Thu, 3 Sep 2015 08:17:30 +0000 (01:17 -0700)] 
Merge pull request #17456 from davidjb/v4-img-responsive

Document migration for img-responsive to img-fluid

9 years agoDocument img-responsive to img-fluid change from #17166 17456/head
David\ Beitey [Thu, 3 Sep 2015 07:36:33 +0000 (17:36 +1000)] 
Document img-responsive to img-fluid change from #17166

9 years agoDocument btn-info-outline as an example
David\ Beitey [Thu, 3 Sep 2015 04:37:48 +0000 (14:37 +1000)] 
Document btn-info-outline as an example

9 years agoMerge pull request #17451 from vsn4ik/rm_form_horizontal
Chris Rebert [Thu, 3 Sep 2015 05:46:01 +0000 (22:46 -0700)] 
Merge pull request #17451 from vsn4ik/rm_form_horizontal

Remove dropped form-horizontal from forms.md

9 years agoRemove dropped form-horizontal from forms.md 17451/head
vsn4ik [Thu, 3 Sep 2015 04:48:15 +0000 (07:48 +0300)] 
Remove dropped form-horizontal from forms.md

9 years agoMerge pull request #17448 from lukeb-uk/navbar_toggleable_md
Mark Otto [Thu, 3 Sep 2015 01:00:49 +0000 (18:00 -0700)] 
Merge pull request #17448 from lukeb-uk/navbar_toggleable_md

Add .navbar-toggleable-md class

9 years agoAdded .navbar-toggleable-md class 17448/head
Luke Bonaccorsi [Wed, 2 Sep 2015 21:08:52 +0000 (22:08 +0100)] 
Added .navbar-toggleable-md class

In Bootstrap 3, the menu collapsed on the -sm- breakpoint, I believe the equivalent of this breakpoint in Bootstrap 4 is actually the -md- breakpoint. The navbar currently has no option to collapse at the -md- breakpoint and I'd like to add this.

9 years agoMerge pull request #17447 from Stavrus/sass-license-header
Chris Rebert [Wed, 2 Sep 2015 20:09:14 +0000 (13:09 -0700)] 
Merge pull request #17447 from Stavrus/sass-license-header

Add a license header to bootstrap.scss

9 years agoAdd a license header to bootstrap.scss 17447/head
Xavier Gallardo [Wed, 2 Sep 2015 19:07:20 +0000 (15:07 -0400)] 
Add a license header to bootstrap.scss

9 years agofixes #17441
Mark Otto [Wed, 2 Sep 2015 16:35:43 +0000 (09:35 -0700)] 
fixes #17441

9 years agoMerge pull request #17168 from kkirsche/patch-19
Mark Otto [Wed, 2 Sep 2015 07:33:26 +0000 (00:33 -0700)] 
Merge pull request #17168 from kkirsche/patch-19

v4 - Rename .img-responsive class to .img-fluid

9 years agoMerge pull request #17183 from kkirsche/patch-26
Mark Otto [Wed, 2 Sep 2015 07:33:12 +0000 (00:33 -0700)] 
Merge pull request #17183 from kkirsche/patch-26

v4 - Fix Navbar at top of v4 Offcanvas example

9 years agoMerge pull request #17435 from twbs/v4-dev-xmr-anchors
Mark Otto [Wed, 2 Sep 2015 07:32:37 +0000 (00:32 -0700)] 
Merge pull request #17435 from twbs/v4-dev-xmr-anchors

Fix missing anchors and 404 errors.

9 years agoMerge pull request #17320 from EspadaV8/form-doc-control-label
Mark Otto [Wed, 2 Sep 2015 07:30:42 +0000 (00:30 -0700)] 
Merge pull request #17320 from EspadaV8/form-doc-control-label

Replace instances of 'control-label' with 'form-control-label'

9 years agoFix missing anchors and 404 errors. 17435/head
XhmikosR [Sat, 29 Aug 2015 10:08:21 +0000 (13:08 +0300)] 
Fix missing anchors and 404 errors.

[skip sauce]

9 years agoUpdate all usages of 'control-label' with 'form-control-label' in docs 17320/head
Andrew Smith [Tue, 25 Aug 2015 07:12:18 +0000 (17:12 +1000)] 
Update all usages of 'control-label' with 'form-control-label' in docs

9 years agoUpdate Gemfile.lock in hopes of fixing scss-lint error
Chris Rebert [Wed, 2 Sep 2015 04:37:37 +0000 (21:37 -0700)] 
Update Gemfile.lock in hopes of fixing scss-lint error

9 years agoPort #17332 to v4
Chris Rebert [Wed, 2 Sep 2015 04:25:14 +0000 (21:25 -0700)] 
Port #17332 to v4

9 years agolinter
Mark Otto [Wed, 2 Sep 2015 04:23:26 +0000 (21:23 -0700)] 
linter

9 years agomention overrides too
Mark Otto [Wed, 2 Sep 2015 04:20:35 +0000 (21:20 -0700)] 
mention overrides too

9 years agoMerge pull request #17358 from tomByrer/patch-1
Mark Otto [Wed, 2 Sep 2015 04:19:12 +0000 (21:19 -0700)] 
Merge pull request #17358 from tomByrer/patch-1

clarifies that normalize.css is a dependency of reboot

9 years agoFix Navbar at top of v4 Offcanvas example 17183/head
Kevin Kirsche [Wed, 2 Sep 2015 04:19:07 +0000 (21:19 -0700)] 
Fix Navbar at top of v4 Offcanvas example

Fix #17173

9 years agofixes #17379: override search input box-sizing to match our global overrides
Mark Otto [Wed, 2 Sep 2015 04:16:26 +0000 (21:16 -0700)] 
fixes #17379: override search input box-sizing to match our global overrides

9 years agofixes #17385: add var for default link decoration
Mark Otto [Wed, 2 Sep 2015 04:14:51 +0000 (21:14 -0700)] 
fixes #17385: add var for default link decoration

9 years agoRename .img-responsive class to .img-fluid 17168/head
Kevin Kirsche [Thu, 20 Aug 2015 21:38:40 +0000 (17:38 -0400)] 
Rename .img-responsive class to .img-fluid

Fix #17166

9 years agoMerge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-dev
Mark Otto [Wed, 2 Sep 2015 04:12:06 +0000 (21:12 -0700)] 
Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-dev

9 years agofixes #17412: reverse display heading classes to match h1-h6 headings
Mark Otto [Wed, 2 Sep 2015 04:11:53 +0000 (21:11 -0700)] 
fixes #17412: reverse display heading classes to match h1-h6 headings

9 years agoMerge pull request #17334 from neilhem/media-flex-align
Mark Otto [Wed, 2 Sep 2015 04:01:45 +0000 (21:01 -0700)] 
Merge pull request #17334 from neilhem/media-flex-align

Media vertical align flexbox classes

9 years agofix #17356
Mark Otto [Wed, 2 Sep 2015 04:01:12 +0000 (21:01 -0700)] 
fix #17356

9 years agoMerge pull request #17207 from kkirsche/patch-9
Mark Otto [Wed, 2 Sep 2015 03:53:31 +0000 (20:53 -0700)] 
Merge pull request #17207 from kkirsche/patch-9

v4 - Force linebreaks after grid tier names in v4 grid docs

9 years agoMerge pull request #17181 from kkirsche/patch-25
Mark Otto [Wed, 2 Sep 2015 03:29:51 +0000 (20:29 -0700)] 
Merge pull request #17181 from kkirsche/patch-25

v4 - Fix link to narrow jumbotron example

9 years agoMerge pull request #17353 from dmbaughman/v4-navbar-example
Mark Otto [Wed, 2 Sep 2015 03:29:07 +0000 (20:29 -0700)] 
Merge pull request #17353 from dmbaughman/v4-navbar-example

v4 - Updated default navbar example to use responsive navbar

9 years agoMerge pull request #17333 from neilhem/combine-size-mixins
Mark Otto [Wed, 2 Sep 2015 03:25:25 +0000 (20:25 -0700)] 
Merge pull request #17333 from neilhem/combine-size-mixins

Combine size & square mixins into one

9 years agoMerge pull request #17359 from caleb/patch-1
Mark Otto [Wed, 2 Sep 2015 03:23:35 +0000 (20:23 -0700)] 
Merge pull request #17359 from caleb/patch-1

Update static form control example

9 years agoMerge pull request #17370 from twbs/v4-dev-xmr-rm-csslint-references
Mark Otto [Wed, 2 Sep 2015 03:23:13 +0000 (20:23 -0700)] 
Merge pull request #17370 from twbs/v4-dev-xmr-rm-csslint-references

Remove CSSLint references.

9 years agoMerge pull request #17336 from petetnt/petetnt/v4-dev-patch-3
Mark Otto [Wed, 2 Sep 2015 03:17:09 +0000 (20:17 -0700)] 
Merge pull request #17336 from petetnt/petetnt/v4-dev-patch-3

Document utility class .bg-inverse

9 years agoMerge pull request #17259 from twbs/v4gc
Mark Otto [Wed, 2 Sep 2015 03:16:22 +0000 (20:16 -0700)] 
Merge pull request #17259 from twbs/v4gc

v4: Conditional predefined grid classes

9 years agoMerge pull request #17362 from omeid/v4-container-mixin
Mark Otto [Wed, 2 Sep 2015 03:13:52 +0000 (20:13 -0700)] 
Merge pull request #17362 from omeid/v4-container-mixin

Semantic grid: add make-container-breakpoint

9 years agoMerge pull request #17389 from Gupocca/link-fixing
Mark Otto [Wed, 2 Sep 2015 03:06:00 +0000 (20:06 -0700)] 
Merge pull request #17389 from Gupocca/link-fixing

Fix several erroneous links in docs.

9 years agoMerge pull request #17427 from supergibbs/v4-docs-nav-link-in-scrollspy
Chris Rebert [Wed, 2 Sep 2015 01:01:39 +0000 (18:01 -0700)] 
Merge pull request #17427 from supergibbs/v4-docs-nav-link-in-scrollspy

Fixed link to nav component from scrollspy documentation

9 years agoMerge pull request #17428 from abitdodgy/docs-fix
Mark Otto [Tue, 1 Sep 2015 23:49:52 +0000 (16:49 -0700)] 
Merge pull request #17428 from abitdodgy/docs-fix

Adds table-responsive class to docs table

9 years agoadds table-responsive class to table 17428/head
Mohamad El-Husseini [Tue, 1 Sep 2015 23:26:11 +0000 (20:26 -0300)] 
adds table-responsive class to table

9 years agoFixed link to nav component from scrollspy documentation 17427/head
Supergibbs [Tue, 1 Sep 2015 22:45:02 +0000 (15:45 -0700)] 
Fixed link to nav component from scrollspy documentation
(reported by ianhernandez in Slack)