index: remove border radius from ad images
authorThomas Park <thomas@thomaspark.me>
Sun, 24 Feb 2013 22:12:08 +0000 (17:12 -0500)
committerThomas Park <thomas@thomaspark.me>
Sun, 24 Feb 2013 22:12:08 +0000 (17:12 -0500)
css/bootswatch.css

index 9ef613d..4f54b72 100644 (file)
@@ -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;
 }