diff options
| author | XhmikosR <[email protected]> | 2016-03-11 10:58:57 +0200 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2016-03-11 10:58:57 +0200 |
| commit | 2744e4042f2e5af79412c1992bde806c68b6cb8a (patch) | |
| tree | 976f94a4a43790cd91f9071e1757e168a997a7c9 /docs/examples | |
| parent | 0119e334a1c2e5771b6eed06e0c6305adb4bbd81 (diff) | |
| parent | cf566a80417c29167a6922d9909d31480ff444ad (diff) | |
| download | bootstrap-2744e4042f2e5af79412c1992bde806c68b6cb8a.tar.xz bootstrap-2744e4042f2e5af79412c1992bde806c68b6cb8a.zip | |
Merge pull request #19378 from twbs/v3-deps
Update devDependencies
Diffstat (limited to 'docs/examples')
| -rw-r--r-- | docs/examples/non-responsive/index.html | 2 | ||||
| -rw-r--r-- | docs/examples/theme/index.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/examples/non-responsive/index.html b/docs/examples/non-responsive/index.html index 281edeca2..5cdf59eba 100644 --- a/docs/examples/non-responsive/index.html +++ b/docs/examples/non-responsive/index.html @@ -61,7 +61,7 @@ </ul> </li> </ul> - <form class="navbar-form navbar-left" role="search"> + <form class="navbar-form navbar-left"> <div class="form-group"> <input type="text" class="form-control" placeholder="Search"> </div> diff --git a/docs/examples/theme/index.html b/docs/examples/theme/index.html index 19d3aef1f..952d41d76 100644 --- a/docs/examples/theme/index.html +++ b/docs/examples/theme/index.html @@ -32,7 +32,7 @@ <![endif]--> </head> - <body role="document"> + <body> <!-- Fixed navbar --> <nav class="navbar navbar-inverse navbar-fixed-top"> |
