diff options
| author | Mark Otto <[email protected]> | 2014-07-08 17:14:14 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-07-08 17:14:14 -0700 |
| commit | 93a7421f2ce63e9185f5ba655a6f720c84ffa746 (patch) | |
| tree | 3bdb4e4f28526e3ab9956a6af81fe55e8eb09977 /docs/_includes/css/forms.html | |
| parent | f399d21ef5e20bd736d5cf2946acb982378cd2f4 (diff) | |
| download | bootstrap-93a7421f2ce63e9185f5ba655a6f720c84ffa746.tar.xz bootstrap-93a7421f2ce63e9185f5ba655a6f720c84ffa746.zip | |
.btn-default to .btn-secondary
Diffstat (limited to 'docs/_includes/css/forms.html')
| -rw-r--r-- | docs/_includes/css/forms.html | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/docs/_includes/css/forms.html b/docs/_includes/css/forms.html index 08b3e77ae..6192c6d80 100644 --- a/docs/_includes/css/forms.html +++ b/docs/_includes/css/forms.html @@ -23,7 +23,7 @@ <input type="checkbox"> Check me out </label> </div> - <button type="submit" class="btn btn-default">Submit</button> + <button type="submit" class="btn btn-secondary">Submit</button> </form> </div><!-- /example --> {% highlight html %} @@ -46,7 +46,7 @@ <input type="checkbox"> Check me out </label> </div> - <button type="submit" class="btn btn-default">Submit</button> + <button type="submit" class="btn btn-secondary">Submit</button> </form> {% endhighlight %} <div class="bs-callout bs-callout-warning"> @@ -86,7 +86,7 @@ <input type="checkbox"> Remember me </label> </div> - <button type="submit" class="btn btn-default">Sign in</button> + <button type="submit" class="btn btn-secondary">Sign in</button> </form> </div><!-- /example --> {% highlight html %} @@ -110,7 +110,7 @@ <input type="checkbox"> Remember me </label> </div> - <button type="submit" class="btn btn-default">Sign in</button> + <button type="submit" class="btn btn-secondary">Sign in</button> </form> {% endhighlight %} @@ -142,7 +142,7 @@ </div> <div class="form-group"> <div class="col-sm-offset-2 col-sm-10"> - <button type="submit" class="btn btn-default">Sign in</button> + <button type="submit" class="btn btn-secondary">Sign in</button> </div> </div> </form> @@ -172,7 +172,7 @@ </div> <div class="form-group"> <div class="col-sm-offset-2 col-sm-10"> - <button type="submit" class="btn btn-default">Sign in</button> + <button type="submit" class="btn btn-secondary">Sign in</button> </div> </div> </form> |
