Bug 740331: Add explicit styles for links in tests for bug 708187 to combat random oranges. [r=dbaron]

This commit is contained in:
Scott Johnson 2012-04-03 15:17:17 -07:00
parent 0c4b7a3796
commit 78dc9ccc4e
2 changed files with 3 additions and 1 deletions

View File

@ -7,6 +7,7 @@
a {
font-weight: bold;
line-height: 1.1em;
color: blue;
}
a#first {

View File

@ -7,6 +7,7 @@
a {
font-weight: bold;
line-height: 1.1em;
color: blue;
}
a#first {
@ -26,4 +27,4 @@ gets mapped to 40px.
-->
<div>
<a id="first" href="">Hello</a><a id="second" href="">Worldz</a>
</div>
</div>