mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-06 06:22:33 +00:00
Make noframes never show up. bug 134401, r=bzbarsky@mit.edu, sr=hewitt@netscape.com
This commit is contained in:
parent
1321e02561
commit
76d7949470
@ -445,7 +445,7 @@ iframe {
|
||||
}
|
||||
|
||||
noframes {
|
||||
display: block;
|
||||
display: none;
|
||||
}
|
||||
|
||||
|
||||
|
@ -445,7 +445,7 @@ iframe {
|
||||
}
|
||||
|
||||
noframes {
|
||||
display: block;
|
||||
display: none;
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user