Index: branches/MwEmbedStandAlone/modules/TimedText/mw.TimedText.js |
— | — | @@ -1082,7 +1082,9 @@ |
1083 | 1083 | 'width' : this.embedPlayer.getWidth(), |
1084 | 1084 | 'height' : this.embedPlayer.getHeight() |
1085 | 1085 | }) |
1086 | | - ); |
| 1086 | + ).css({ |
| 1087 | + 'line-height' : '1.6em' |
| 1088 | + }) |
1087 | 1089 | |
1088 | 1090 | $playerTarget.append( $track ); |
1089 | 1091 | |