Commit 71d8bebf authored by Mark Otto's avatar Mark Otto

remove from form styles

parent fca35c0d
...@@ -3,8 +3,8 @@ ...@@ -3,8 +3,8 @@
// -------------------------------------------------- // --------------------------------------------------
// GENERAL STYLES // General styles
// -------------- // -------------------------
// Make all forms have space below them // Make all forms have space below them
form { form {
...@@ -28,12 +28,6 @@ legend { ...@@ -28,12 +28,6 @@ legend {
color: @grayDark; color: @grayDark;
border: 0; border: 0;
border-bottom: 1px solid #e5e5e5; border-bottom: 1px solid #e5e5e5;
// Small
small {
font-size: @baseLineHeight * .75;
color: @grayLight;
}
} }
// Set font for forms // Set font for forms
......
Markdown is supported
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