]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
clean up comments and spacing
authorMark Otto <markdotto@gmail.com>
Sat, 18 Apr 2015 18:15:40 +0000 (11:15 -0700)
committerMark Otto <markdotto@gmail.com>
Sat, 18 Apr 2015 18:15:40 +0000 (11:15 -0700)
scss/_alert.scss
scss/_badge.scss
scss/_button-group.scss
scss/_buttons.scss

index 8ec7d066283b222c5aead2ee80b11a668ea48751..2e6f46b1665e9fd2b1c926f6d330d647a4da236d 100644 (file)
@@ -3,8 +3,9 @@
 // --------------------------------------------------
 
 
+//
 // Base styles
-// -------------------------
+//
 
 .alert {
   padding: $alert-padding;
@@ -34,6 +35,7 @@
   font-weight: $alert-link-font-weight;
 }
 
+
 // Dismissible alerts
 //
 // Expand the right padding and account for the close button's positioning.
@@ -50,6 +52,7 @@
   }
 }
 
+
 // Alternate styles
 //
 // Generate contextual modifier classes for colorizing the alert.
index b3afccd7970cf0fa346e5a7398a8e9b436645a1f..b264108f085b3f98cba4e2ff2a138d6f82bde728 100644 (file)
@@ -3,7 +3,6 @@
 // --------------------------------------------------
 
 
-// Base class
 .badge {
   position: relative;
   top: -.1em;
index 0e61f881a693489039f38e659ed1c471c5a48e78..187166b00354d2c17637848860abda7ccf001d54 100644 (file)
@@ -2,6 +2,7 @@
 // Button groups
 // --------------------------------------------------
 
+
 // Make the div behave like a button
 .btn-group,
 .btn-group-vertical {
 .btn-group-lg > .btn { @extend .btn-lg; }
 
 
+//
 // Split button dropdowns
-// ----------------------
+//
 
 // Give the line between buttons some depth
 .btn-group > .btn + .dropdown-toggle {
 }
 
 
+
+//
 // Vertical button groups
-// ----------------------
+//
 
 .btn-group-vertical {
   > .btn,
index c434c8ab444f7630978c908c62162f149169fd0f..addc7b24652cede52b930d2636ebb1102bb44a6b 100644 (file)
@@ -3,8 +3,9 @@
 // --------------------------------------------------
 
 
+//
 // Base styles
-// --------------------------------------------------
+//
 
 .btn {
   display: inline-block;
@@ -58,8 +59,9 @@ fieldset[disabled] a.btn {
 }
 
 
+//
 // Alternate buttons
-// --------------------------------------------------
+//
 
 .btn-primary {
   @include button-variant($btn-primary-color, $btn-primary-bg, $btn-primary-border);
@@ -81,8 +83,9 @@ fieldset[disabled] a.btn {
 }
 
 
+//
 // Link buttons
-// -------------------------
+//
 
 // Make a button look and behave like a link
 .btn-link {
@@ -121,8 +124,9 @@ fieldset[disabled] a.btn {
 }
 
 
+//
 // Button Sizes
-// --------------------------------------------------
+//
 
 .btn-lg {
   // line-height: ensure even-numbered height of button next to large input
@@ -137,8 +141,9 @@ fieldset[disabled] a.btn {
 }
 
 
+//
 // Block button
-// --------------------------------------------------
+//
 
 .btn-block {
   display: block;