Commit ddf4867a authored by Mark Otto's avatar Mark Otto
Browse files

comments and spacing

parent 49f87446
Showing with 9 additions and 0 deletions
+9 -0
//
// 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.
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment