treestyletab/content/treestyletab/hide-embed.css
2014-09-30 20:09:27 +09:00

6 lines
113 B
CSS

@namespace url("http://www.w3.org/1999/xhtml");
body > embed[name="plugin"] {
visibility: hidden !important;
}