diff options
author | Thomas Park <thomas@thomaspark.me> | 2013-02-24 17:12:08 -0500 |
---|---|---|
committer | Thomas Park <thomas@thomaspark.me> | 2013-02-24 17:12:08 -0500 |
commit | 166a72cb7cb2dcec4e030682f863f221ff4ab274 (patch) | |
tree | d50a941755f6e097d0a144a9d640eebba60e07c9 | |
parent | 22a8466a5ef5ddb51d7f563e1649beee4af5807f (diff) |
index: remove border radius from ad images
-rw-r--r-- | css/bootswatch.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/css/bootswatch.css b/css/bootswatch.css index 9ef613d0..4f54b72a 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; } |