]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
more variables spacing
authorMark Otto <markdotto@gmail.com>
Thu, 7 Jan 2016 08:20:25 +0000 (00:20 -0800)
committerMark Otto <markdotto@gmail.com>
Thu, 7 Jan 2016 08:20:25 +0000 (00:20 -0800)
scss/_variables.scss

index 95df335c951088cf22c3324cf0e69a3cc524d932..c3445e996ad65059b9c4d864b9c2d5d096cc6d16 100644 (file)
@@ -85,18 +85,18 @@ $border-width: 1px !default;
 //
 // Settings for the `<body>` element.
 
-$body-bg:                    #fff !default;
-$body-color:                 $gray-dark !default;
+$body-bg:    #fff !default;
+$body-color: $gray-dark !default;
 
 
 // Links
 //
 // Style anchor elements.
 
-$link-color:                 $brand-primary !default;
-$link-decoration:            none !default;
-$link-hover-color:           darken($link-color, 15%) !default;
-$link-hover-decoration:      underline !default;
+$link-color:            $brand-primary !default;
+$link-decoration:       none !default;
+$link-hover-color:      darken($link-color, 15%) !default;
+$link-hover-decoration: underline !default;
 
 
 // Grid breakpoints