Skip to content

Commit

Permalink
Added in missing ';' after filter:alpha IE fix
Browse files Browse the repository at this point in the history
  • Loading branch information
chambaz committed Sep 25, 2012
1 parent 6980d73 commit a066143
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion css/ui.css
Original file line number Diff line number Diff line change
Expand Up @@ -700,7 +700,7 @@

form .error > .msg {
opacity: 1;
filter: alpha(opacity=100)
filter: alpha(opacity=100);
height: auto;
overflow: visible;

Expand Down

0 comments on commit a066143

Please sign in to comment.