Skip to content

Commit

Permalink
no need for padding on the input lis now that we're not doing backgro…
Browse files Browse the repository at this point in the history
…und colors, which means things line up much nicer
  • Loading branch information
justinfrench committed Apr 10, 2009
1 parent afff168 commit 7efc039
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generators/formtastic_stylesheets/templates/formtastic.css
Expand Up @@ -45,7 +45,7 @@ html[xmlns] form.formtastic fieldset { display: block; }
/* INPUT LIs
--------------------------------------------------------------------------------------------------*/

form.formtastic fieldset ol li { padding:5px; margin-bottom:1em; }
form.formtastic fieldset ol li { margin-bottom:1.5em; }

/* clearfixing the li's */
form.formtastic fieldset ol li { display: inline-block; }
Expand Down

0 comments on commit 7efc039

Please sign in to comment.