From a6db85c02f11c7ee26dcf8990abe259cce549ab8 Mon Sep 17 00:00:00 2001 From: Sanj Date: Mon, 27 Jun 2011 19:30:00 +0530 Subject: [PATCH] border radius for poster images --- radia.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/radia.css b/radia.css index 3fdebfa..6b5d6bf 100644 --- a/radia.css +++ b/radia.css @@ -14,3 +14,9 @@ margin-top: 4px; } +.padmaPosters img { + border-radius: 8px; + -moz-border-radius: 8px; + -webkit-border-radius: 8px; +} +