Bug 368972 - Default width/height for plugin placeholders should be 240px/200px, r=cbiesinger, sr=dbaron, a=dbaron

This commit is contained in:
martijn.martijn@gmail.com 2007-08-02 13:52:55 -07:00
parent 28dc481c89
commit 1b3cf6600a

View File

@ -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 > *|* {