From 166a72cb7cb2dcec4e030682f863f221ff4ab274 Mon Sep 17 00:00:00 2001 From: Thomas Park Date: Sun, 24 Feb 2013 17:12:08 -0500 Subject: [PATCH] index: remove border radius from ad images --- css/bootswatch.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/css/bootswatch.css b/css/bootswatch.css index 9ef613d..4f54b72 100644 --- a/css/bootswatch.css +++ b/css/bootswatch.css @@ -152,6 +152,12 @@ body .one .bsa_it_p { display: none; } +.bsa img { + -webkit-border-radius: 0; + -moz-border-radius: 0; + border-radius: 0; +} + #footer { margin-bottom: 20px; } -- 2.39.2