Set no max width on img elements in image view

This commit is contained in:
Kevin Sawicki
2013-04-27 07:21:23 -07:00
parent d2b513bd5e
commit 8af73449fe

View File

@@ -11,5 +11,6 @@
border: 2px solid;
background-image: url(images/transparent-background.gif);
position: relative;
max-width: none;
}
}