summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Park <thomas@thomaspark.me>2013-02-24 17:13:20 -0500
committerThomas Park <thomas@thomaspark.me>2013-02-24 17:13:20 -0500
commit349c923e647dca99f94632431572745a81e7e05a (patch)
tree2c9c14d23f493ff9ad7d77d7aa2f9ca9f4470db1
parent166a72cb7cb2dcec4e030682f863f221ff4ab274 (diff)
index: no border-radius on ad image
-rw-r--r--css/bootswatch.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/css/bootswatch.css b/css/bootswatch.css
index 4f54b72a..945a01a6 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;