diff options
author | Thomas Park <thomas@thomaspark.me> | 2013-02-24 17:13:20 -0500 |
---|---|---|
committer | Thomas Park <thomas@thomaspark.me> | 2013-02-24 17:13:20 -0500 |
commit | 349c923e647dca99f94632431572745a81e7e05a (patch) | |
tree | 2c9c14d23f493ff9ad7d77d7aa2f9ca9f4470db1 | |
parent | 166a72cb7cb2dcec4e030682f863f221ff4ab274 (diff) |
index: no border-radius on ad image
-rw-r--r-- | css/bootswatch.css | 2 |
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; |