Removed obsolete vendor-specific background-size rules

* Fixes #1961
This commit is contained in:
Steve Gravrock
2022-03-29 07:20:02 -07:00
parent 1e0c312f9f
commit d2815982ce
2 changed files with 0 additions and 6 deletions

View File

@@ -71,9 +71,6 @@ body {
.jasmine-banner .jasmine-title {
background: url('../../images/jasmine-horizontal.png') no-repeat;
background: url('../../images/jasmine-horizontal.svg') no-repeat, none;
-moz-background-size: 100%;
-o-background-size: 100%;
-webkit-background-size: 100%;
background-size: 100%;
display: block;
float: left;