hide that iframe

This commit is contained in:
James Campos 2011-03-26 20:57:23 -07:00
parent 0181da694f
commit 4f8cfbc148
2 changed files with 6 additions and 0 deletions

View File

@ -1673,6 +1673,9 @@
float: left;\
margin: 0px 20px;\
}\
iframe {\
display: none;\
}\
span.navlinks {\
position: absolute;\
right: 5px;\

View File

@ -1297,6 +1297,9 @@ GM_addStyle '
float: left;
margin: 0px 20px;
}
iframe {
display: none;
}
span.navlinks {
position: absolute;
right: 5px;