more specific iframe hiding

This commit is contained in:
James Campos 2011-06-28 01:43:02 -07:00
parent 0d8f6c302b
commit 3eff678741
2 changed files with 2 additions and 2 deletions

View File

@ -2886,7 +2886,7 @@
width: -moz-calc(100%); /* hack so only firefox sees this */\ width: -moz-calc(100%); /* hack so only firefox sees this */\
}\ }\
\ \
iframe {\ iframe[name=iframe] {\
display: none;\ display: none;\
}\ }\
\ \

View File

@ -2272,7 +2272,7 @@ main =
width: -moz-calc(100%); /* hack so only firefox sees this */ width: -moz-calc(100%); /* hack so only firefox sees this */
} }
iframe { iframe[name=iframe] {
display: none; display: none;
} }