]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
comments and spacing
authorMark Otto <markdotto@gmail.com>
Sat, 18 Apr 2015 18:17:32 +0000 (11:17 -0700)
committerMark Otto <markdotto@gmail.com>
Sat, 18 Apr 2015 18:17:32 +0000 (11:17 -0700)
scss/_custom-forms.scss

index b5043b469620e95da88b3d7166c22fd8d6fea05b..64dd7368306a3e365b61ae419eb9e25a60026d1b 100644 (file)
@@ -1,7 +1,13 @@
+//
+// Custom forms
+// --------------------------------------------------
+
+
 // Embedded icons from Open Iconic.
 // Released under MIT and copyright 2014 Waybury.
 // http://useiconic.com/open
 
+
 // Checkboxes and radios
 //
 // Base class takes care of all the key behavioral aspects.
   }
 }
 
+
 // Layout options
 //
 // By default radios and checkboxes are `inline-block` with no additional spacing
   }
 }
 
+
 // Select
 //
 // Replaces the browser default select with a custom one.
   }
 }
 
+
 // File
 //
 // Custom file input.