Style links with :link and :visited since on slow builds, history may already have notified that they are visited. (Bug 572576) r=dbaron

This commit is contained in:
Shawn Wilsher 2010-06-19 20:46:23 -07:00
parent 410ceb5406
commit 6234a3d3ac
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@
a {
fill: blue;
}
a:link {
a:link, a:visited {
fill: red;
}
]]>

Before

Width:  |  Height:  |  Size: 560 B

After

Width:  |  Height:  |  Size: 571 B

View File

@ -11,7 +11,7 @@
a {
fill: blue;
}
a:link {
a:link, a:visited {
fill: red;
}
]]>

Before

Width:  |  Height:  |  Size: 892 B

After

Width:  |  Height:  |  Size: 903 B