vendor/bootswatch/docs/3/tests/components.html in card-mod-bootstrap-0.14.2 vs vendor/bootswatch/docs/3/tests/components.html in card-mod-bootstrap-0.15.0
- old
+ new
@@ -2,11 +2,11 @@
<html lang="en">
<head>
<meta charset="utf-8">
<title>Bootswatch: Components</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
- <meta http-equiv="X-UA-Compatible" content="IE=edge" />
+ <meta http-equiv="X-UA-Compatible" content="IE=edge">
<link rel="stylesheet" href="../bower_components/bootstrap/dist/css/bootstrap.css" media="screen" id="stylesheet">
<style>
body {
margin-bottom: 3em;
@@ -80,17 +80,17 @@
</li>
<li>
<a href="../help/">Help</a>
</li>
<li>
- <a href="http://news.bootswatch.com">Blog</a>
+ <a href="https://blog.bootswatch.com/">Blog</a>
</li>
</ul>
<ul class="nav navbar-nav navbar-right">
- <li><a href="http://builtwithbootstrap.com/" target="_blank">Built With Bootstrap</a></li>
- <li><a href="https://wrapbootstrap.com/?ref=bsw" target="_blank">WrapBootstrap</a></li>
+ <li><a href="https://builtwithbootstrap.com/" rel="noopener" target="_blank">Built With Bootstrap</a></li>
+ <li><a href="https://wrapbootstrap.com/?ref=bsw" rel="noopener" target="_blank">WrapBootstrap</a></li>
</ul>
</div>
</div>
</div>
@@ -852,11 +852,11 @@
<h4>Icons, labels, and input groups</h4>
<p>Manual positioning of feedback icons is required for inputs without a label and for <a href="../components#input-groups">input groups</a> with an add-on on the right. For inputs without labels, adjust the <code>top</code>value. For input groups, adjust the <code>right</code> value to an appropriate pixel value depending on the width of your addon.</p>
</div>
<div class="bs-example">
- <form role="form">
+ <form>
<div class="form-group has-success has-feedback">
<label class="control-label" for="inputSuccess2">Input with success</label>
<input type="text" class="form-control" id="inputSuccess2">
<span class="glyphicon glyphicon-ok form-control-feedback"></span>
</div>
@@ -1723,11 +1723,11 @@
</form>
</div>
<div class="navbar navbar-default">
<form class="navbar-form navbar-left">
- <select name="" class="form-control" style="width: 200px;">
+ <select class="form-control" style="width: 200px;">
<option value="1">1</option>
<option value="2">2</option>
<option value="3">3</option>
<option value="4">4</option>
</select>
@@ -2620,11 +2620,11 @@
<span>Danger!</span>
</a>
</div>
</div>
</div>
-
+
</div>
@@ -2863,10 +2863,10 @@
<!-- Checkbox / Radio
================================================== -->
<div class="bs-docs-section">
<div class="page-header">
- <h1 id="popovers">Checkbox / Radio</h1>
+ <h1 id="checkbox-radio">Checkbox / Radio</h1>
</div>
<div class="bs-example" style="padding-bottom: 24px;">
<div class="btn-group" data-toggle="buttons">
<label class="btn btn-primary active">
<input type="checkbox" autocomplete="off" checked> Checkbox 1 (pre-checked)