border radius for poster images

This commit is contained in:
Sanj 2011-06-27 19:30:00 +05:30
parent 3a28724be1
commit a6db85c02f

View File

@ -14,3 +14,9 @@
margin-top: 4px;
}
.padmaPosters img {
border-radius: 8px;
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
}