chameleon.css
From NorCon MUSH
(Created page with ".circular img { -webkit-border-radius: 10%; -moz-border-radius: 10%; -ms-border-radius: 10%; -o-border-radius: 10%; border-radius: 10%; }") |
|||
| Line 1: | Line 1: | ||
.circular img { | .circular img { | ||
| − | -webkit-border-radius: | + | -webkit-border-radius: 0%; |
| − | -moz-border-radius: | + | -moz-border-radius: 0%; |
| − | -ms-border-radius: | + | -ms-border-radius: 0%; |
| − | -o-border-radius: | + | -o-border-radius: 0%; |
| − | border-radius: | + | border-radius: 0%; |
| + | border: 0px; | ||
} | } | ||
Revision as of 20:17, 13 January 2016
.circular img {
-webkit-border-radius: 0%;
-moz-border-radius: 0%;
-ms-border-radius: 0%;
-o-border-radius: 0%;
border-radius: 0%;
border: 0px;
}