mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/MinervaNeue
synced 2024-11-12 08:58:25 +00:00
Merge "styles: Remove obsolete -moz-
vendor prefixed properties"
This commit is contained in:
commit
01f0572344
|
@ -128,7 +128,6 @@ table.ambox {
|
|||
box-sizing: content-box; // explicitly setting box-sizing so padding extends beyond 100%.
|
||||
padding-left: 4em;
|
||||
background: -webkit-linear-gradient( left, fade( @amboxBackground, 0 ) 0, @amboxBackground 3em );
|
||||
background: -moz-gradient( left, fade( @amboxBackground, 0 ) 0, @amboxBackground 3em );
|
||||
background: linear-gradient( to right, fade( @amboxBackground, 0 ) 0, @amboxBackground 3em );
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue