diff options
-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; } |