]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
basic linting
authorMark Otto <markdotto@gmail.com>
Mon, 4 Jan 2016 02:10:34 +0000 (18:10 -0800)
committerMark Otto <markdotto@gmail.com>
Mon, 4 Jan 2016 02:10:34 +0000 (18:10 -0800)
docs/assets/scss/_buttons.scss
docs/assets/scss/_component-examples.scss

index 4685ee64940fad48150e65ed9a5114cdf7a306ce..a7fa5a4c18ad9f8ffc4b57fe62ab1ce8be36ca9e 100644 (file)
@@ -11,7 +11,7 @@
   &:focus,
   &:active {
     color: #fff;
-    background-color:$bd-purple-bright;
+    background-color: $bd-purple-bright;
     border-color: $bd-purple-bright;
   }
 }
index 4416c2328b1587ff71485bf80c264fe3f54ec222..7e85257360e49fe670064b6cac4341fd5951ae94 100644 (file)
@@ -23,8 +23,8 @@
 .bd-example-container {
   min-width: 16rem;
   max-width: 25rem;
-  margin-left: auto;
   margin-right: auto;
+  margin-left: auto;
 }
 
 .bd-example-container-header {
@@ -67,8 +67,8 @@
   @include clearfix();
 
   @include media-breakpoint-up(sm) {
-    margin-left: 0;
     margin-right: 0;
+    margin-left: 0;
     margin-bottom: 0;
     padding: 1.5rem;
     border-width: .2rem;
 }
 
 // Navbars
-.bd-example  {
+.bd-example {
   .navbar-fixed-top {
     position: static;
     margin: -1rem -1rem 1rem;