6 lines
80 B
CSS
6 lines
80 B
CSS
@media (-moz-os-version: windows-win7) {
|
|
body {
|
|
border-radius: 4px;
|
|
}
|
|
}
|