From: Mark Otto Date: Sat, 18 Apr 2015 18:17:32 +0000 (-0700) Subject: comments and spacing X-Git-Tag: v4.0.0-alpha~277 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ddf4867a5eec85d453bd3bc3aef845abb2594da4;p=thirdparty%2Fbootstrap.git comments and spacing --- diff --git a/scss/_custom-forms.scss b/scss/_custom-forms.scss index b5043b4696..64dd736830 100644 --- a/scss/_custom-forms.scss +++ b/scss/_custom-forms.scss @@ -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. @@ -97,6 +103,7 @@ } } + // Layout options // // By default radios and checkboxes are `inline-block` with no additional spacing @@ -118,6 +125,7 @@ } } + // Select // // Replaces the browser default select with a custom one. @@ -232,6 +240,7 @@ } } + // File // // Custom file input.