Skip to content

Commit

Permalink
Add CSS Rule for image. Closes #53
Browse files Browse the repository at this point in the history
  • Loading branch information
nyroDev committed May 7, 2011
1 parent 1b7000d commit b4a65e2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions styles/nyroModal.css
Expand Up @@ -58,6 +58,9 @@
position: relative; position: relative;
overflow: hidden; overflow: hidden;
} }
.nyroModalImage img {
vertical-align: top;
}
.nyroModalHidden { .nyroModalHidden {
left: -9999em; left: -9999em;
top: -9999em; top: -9999em;
Expand Down

0 comments on commit b4a65e2

Please sign in to comment.