Skip to content

Commit c053b1f

Browse files
committed
Added formastic support details in readme
1 parent 7274ee0 commit c053b1f

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

readme.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -130,15 +130,15 @@ way the built-in formtastic styles modify default form buttons. In this
130130
instance, you can insert the following into your
131131
`formtastic_changes.css` stylesheet.
132132

133-
form.formtastic input.button {
134-
height: 25px;
135-
padding: 0.2em 1em 0.2em 2.5em;
136-
font-family: sans-serif;
137-
font-size: 11px;
138-
margin-left: 5px;
139-
}
140-
141-
CSS Snippit courtesy of [vitobotta](https://github.com/vitobotta).
133+
form.formtastic input.button, form.formtastic.button.button {
134+
height: 25px;
135+
padding: 0.2em 1em 0.2em 2.5em;
136+
font-family: sans-serif;
137+
font-size: 11px;
138+
margin-left: 5px;
139+
}
140+
141+
CSS Snippet courtesy of [vitobotta](https://github.com/vitobotta).
142142

143143

144144

0 commit comments

Comments
 (0)