From 349c923e647dca99f94632431572745a81e7e05a Mon Sep 17 00:00:00 2001 From: Thomas Park Date: Sun, 24 Feb 2013 17:13:20 -0500 Subject: [PATCH] index: no border-radius on ad image --- css/bootswatch.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/bootswatch.css b/css/bootswatch.css index 4f54b72..945a01a 100644 --- a/css/bootswatch.css +++ b/css/bootswatch.css @@ -152,7 +152,7 @@ body .one .bsa_it_p { display: none; } -.bsa img { +.bsap img { -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; -- 2.39.2