X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=EarlyBlue%2Fmozapps%2Fplugins%2FmissingPlugin.css;fp=EarlyBlue%2Fmozapps%2Fplugins%2FmissingPlugin.css;h=cf70a826eac59669c83d3ebf08b81c2004077c80;hp=08540ed1fdedf26511aca5d1286b85b365bc8a86;hb=56029cafc51f2cfb90a4d902402129e51fcde8b8;hpb=7b819315b3d2a65149683e56a8a6b5ae7a3a9d61 diff --git a/EarlyBlue/mozapps/plugins/missingPlugin.css b/EarlyBlue/mozapps/plugins/missingPlugin.css index 08540ed1..cf70a826 100644 --- a/EarlyBlue/mozapps/plugins/missingPlugin.css +++ b/EarlyBlue/mozapps/plugins/missingPlugin.css @@ -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 > *|* {