treestyletab/content/treestyletab/hide-embed.css

6 lines
113 B
CSS
Raw Normal View History

2014-09-30 07:09:27 -04:00
@namespace url("http://www.w3.org/1999/xhtml");
body > embed[name="plugin"] {
visibility: hidden !important;
}