Update js/rus/rus.js
Browse files- js/rus/rus.js +1 -4
js/rus/rus.js
CHANGED
@@ -486,10 +486,7 @@ editor.CssComposer.addRules(`
|
|
486 |
#player {
|
487 |
width: 480px;
|
488 |
height: 270px;
|
489 |
-
|
490 |
-
margin: 0 auto;
|
491 |
-
position: relative;
|
492 |
-
top: 0;
|
493 |
display: block;
|
494 |
}
|
495 |
`);
|
|
|
486 |
#player {
|
487 |
width: 480px;
|
488 |
height: 270px;
|
489 |
+
margin: 20px auto;
|
|
|
|
|
|
|
490 |
display: block;
|
491 |
}
|
492 |
`);
|