diff --git a/css/bootstrap-toggle.css b/css/bootstrap-toggle.css index 057d08b..e0ab0c1 100644 --- a/css/bootstrap-toggle.css +++ b/css/bootstrap-toggle.css @@ -9,7 +9,7 @@ .checkbox label .toggle, .checkbox-inline .toggle { - margin-left: -20px; + margin-left: 0px; margin-right: 5px; } diff --git a/css/bootstrap-toggle.min.css b/css/bootstrap-toggle.min.css index 0d42ed0..f7c1748 100644 --- a/css/bootstrap-toggle.min.css +++ b/css/bootstrap-toggle.min.css @@ -5,7 +5,7 @@ * Copyright 2014 Min Hur, The New York Times Company * Licensed under MIT * ======================================================================== */ -.checkbox label .toggle,.checkbox-inline .toggle{margin-left:-20px;margin-right:5px} +.checkbox label .toggle,.checkbox-inline .toggle{margin-left:0px;margin-right:5px} .toggle{position:relative;overflow:hidden} .toggle input[type=checkbox]{display:none} .toggle-group{position:absolute;width:200%;top:0;bottom:0;left:0;transition:left .35s;-webkit-transition:left .35s;-moz-user-select:none;-webkit-user-select:none} diff --git a/doc/stylesheet.css b/doc/stylesheet.css index fe7a444..524a2ac 100644 --- a/doc/stylesheet.css +++ b/doc/stylesheet.css @@ -22,12 +22,6 @@ nav.navbar { #navbar { margin: 0px; } -#navbar .navbar-nav li iframe { - margin-top: 15px; -} -#navbar .navbar-nav li:last-child iframe { - margin-right: 15px; -} @media screen and (max-width: 767px) { #navbar .navbar-nav li iframe { diff --git a/index.html b/index.html index c255754..889a063 100644 --- a/index.html +++ b/index.html @@ -13,7 +13,7 @@ Bootstrap Toggle - + @@ -21,30 +21,27 @@
-