mirror of
https://github.com/servo/servo.git
synced 2025-08-13 01:15:34 +01:00
resources: Fix syntax of the <iframe frameborder>
selector in
`presentational-hints.css`. Improves google.com.
This commit is contained in:
parent
f83e1a34dc
commit
fca2037168
4 changed files with 36 additions and 1 deletions
|
@ -133,7 +133,7 @@ hr[color], hr[noshade] { border-style: solid; }
|
|||
|
||||
|
||||
|
||||
iframe[frameborder=0], iframe[frameborder=no i] { border: none; }
|
||||
iframe[frameborder="0"], iframe[frameborder=no i] { border: none; }
|
||||
|
||||
applet[align=left i], embed[align=left i], iframe[align=left i], img[type=image i][align=left i], object[align=left i] {
|
||||
float: left;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue