mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 368972 - Default width/height for plugin placeholders should be 240px/200px, r=cbiesinger, sr=dbaron, a=dbaron
This commit is contained in:
parent
4e81312166
commit
2d75476cd2
@ -5,6 +5,18 @@
|
||||
|
||||
@namespace html url(http://www.w3.org/1999/xhtml);
|
||||
|
||||
html|object:not([width]), html|object[width=""],
|
||||
html|embed:not([width]), html|embed[width=""],
|
||||
html|applet:not([width]), html|applet[width=""] {
|
||||
width: 240px;
|
||||
}
|
||||
|
||||
html|object:not([height]), html|object[height=""],
|
||||
html|embed:not([height]), html|embed[height=""],
|
||||
html|applet:not([height]), html|applet[height=""] {
|
||||
height: 200px;
|
||||
}
|
||||
|
||||
html|object > *|*,
|
||||
html|embed > *|*,
|
||||
html|applet > *|* {
|
||||
|
Loading…
Reference in New Issue
Block a user