diff options
-rw-r--r-- | tests/unit/accordion/accordion.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/unit/accordion/accordion.html b/tests/unit/accordion/accordion.html index 26b0355e9..3badebda9 100644 --- a/tests/unit/accordion/accordion.html +++ b/tests/unit/accordion/accordion.html @@ -55,7 +55,7 @@ <div> <div id="list1" class="foo"> <a class="bar">There is one obvious advantage:</a> - <div style="color: #ff0000" class="foo"> + <div style="font-style: normal; " class="foo"> <p> You've seen it coming! <br/> @@ -65,7 +65,7 @@ </p> </div> <a class="bar">Now that you've got...</a> - <div style="color: #ff0000" class="foo"> + <div style="font-style: normal; " class="foo"> <p> your bear, you have to admit it! <br/> @@ -76,7 +76,7 @@ </p> </div> <a class="bar">Rent one bear, ...</a> - <div style="color: #ff0000" class="foo"> + <div style="font-style: normal; " class="foo"> <p> get two for three beer. </p> |