Skip to content

Commit

Permalink
tidying up some comments
Browse files Browse the repository at this point in the history
  • Loading branch information
justinfrench committed Apr 10, 2009
1 parent 83da204 commit 68180bd
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions generators/formtastic_stylesheets/templates/formtastic.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,8 @@ This stylesheet forms part of the Formtastic Rails Plugin
--------------------------------------------------------------------------------------------------*/


/* NORMALIZE AND RESET
/* NORMALIZE AND RESET - obviously inspired by Yahoo's reset.css, but scoped to just form.formtastic
--------------------------------------------------------------------------------------------------*/

/* obviously inspired by Yahoo's reset.css, but scoped to just form.formtastic elements that we care about */
form.formtastic, form.formtastic ul, form.formtastic ol, form.formtastic li, form.formtastic fieldset, form.formtastic legend, form.formtastic input, form.formtastic textarea, form.formtastic select, form.formtastic p { margin:0; padding:0; }
form.formtastic fieldset { border:0; }
form.formtastic em, form.formtastic strong { font-style:normal; font-weight:normal; }
Expand All @@ -26,7 +24,6 @@ form.formtastic legend { color:#000; }

/* FIELDSETS & LISTS
--------------------------------------------------------------------------------------------------*/

form.formtastic fieldset { }
form.formtastic fieldset.inputs { }
form.formtastic fieldset.buttons { padding-left:25%; }
Expand All @@ -41,7 +38,6 @@ html[xmlns] form.formtastic fieldset { display: block; }

/* INPUT LIs
--------------------------------------------------------------------------------------------------*/

form.formtastic fieldset ol li { margin-bottom:1.5em; }

/* clearfixing the li's */
Expand Down

0 comments on commit 68180bd

Please sign in to comment.