border radius for poster images
This commit is contained in:
parent
3a28724be1
commit
a6db85c02f
1 changed files with 6 additions and 0 deletions
|
@ -14,3 +14,9 @@
|
||||||
margin-top: 4px;
|
margin-top: 4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.padmaPosters img {
|
||||||
|
border-radius: 8px;
|
||||||
|
-moz-border-radius: 8px;
|
||||||
|
-webkit-border-radius: 8px;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue