Skip to content

Commit

Permalink
Fixed missing comma for password, range inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
ktheory committed Nov 11, 2010
1 parent e45f0a4 commit 2490930
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion public/stylesheets/flutie.css
Expand Up @@ -328,7 +328,7 @@ input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"]
input[type="password"],
input[type="range"],
input[type="search"],
input[type="tel"],
Expand Down
2 changes: 1 addition & 1 deletion public/stylesheets/sass/_forms.scss
Expand Up @@ -107,7 +107,7 @@ input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"]
input[type="password"],
input[type="range"],
input[type="search"],
input[type="tel"],
Expand Down

0 comments on commit 2490930

Please sign in to comment.