hide that iframe
This commit is contained in:
parent
0181da694f
commit
4f8cfbc148
@ -1673,6 +1673,9 @@
|
||||
float: left;\
|
||||
margin: 0px 20px;\
|
||||
}\
|
||||
iframe {\
|
||||
display: none;\
|
||||
}\
|
||||
span.navlinks {\
|
||||
position: absolute;\
|
||||
right: 5px;\
|
||||
|
||||
@ -1297,6 +1297,9 @@ GM_addStyle '
|
||||
float: left;
|
||||
margin: 0px 20px;
|
||||
}
|
||||
iframe {
|
||||
display: none;
|
||||
}
|
||||
span.navlinks {
|
||||
position: absolute;
|
||||
right: 5px;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user