mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-05 22:05:40 +00:00
bug 550163 - part 5 - use sans-serif and padding to avoid Win7 subpixel failure in reftest 350506. r=roc
This commit is contained in:
parent
2e7be18b45
commit
52b7bb1b5d
@ -3,6 +3,8 @@
|
||||
<head>
|
||||
<style type="text/css">
|
||||
div {
|
||||
font-family: sans-serif;
|
||||
padding: 1px;
|
||||
width: 100%;
|
||||
}
|
||||
.last {
|
||||
|
@ -3,6 +3,8 @@
|
||||
<head>
|
||||
<style type="text/css">
|
||||
div {
|
||||
font-family: sans-serif;
|
||||
padding: 1px;
|
||||
width: 100%;
|
||||
overflow-x: hidden;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user