[Pkg-javascript-commits] [sockjs-client] 316/434: Cosmetic: gray not grey (this upsets ie7)
Tonnerre Lombard
tonnerre-guest at moszumanska.debian.org
Wed Jan 8 00:47:22 UTC 2014
This is an automated email from the git hooks/post-receive script.
tonnerre-guest pushed a commit to branch master
in repository sockjs-client.
commit fb6511d70979e91e12501ff62fbdfce25a8a99dd
Author: Marek Majkowski <majek04 at gmail.com>
Date: Mon Jan 16 14:05:46 2012 +0000
Cosmetic: gray not grey (this upsets ie7)
---
tests/html/example-cursors.html | 6 +++---
tests/html/smoke-reconnect.html | 2 +-
tests/html/smoke-throughput.html | 12 +-----------
tests/html/tests-qunit.html | 2 +-
tests/html/unittests.html | 2 +-
5 files changed, 7 insertions(+), 17 deletions(-)
diff --git a/tests/html/example-cursors.html b/tests/html/example-cursors.html
index 47ab4cb..887b8a7 100644
--- a/tests/html/example-cursors.html
+++ b/tests/html/example-cursors.html
@@ -16,8 +16,8 @@
height: 30px;
width: 30px;
position: absolute;
- border: 1px solid grey;
- z-index:-1;
+ border: 1px solid gray;
+ z-index: -1;
}
</style>
@@ -44,7 +44,7 @@
</form>
Latency: <code id="latency"></code><br>
- <code id="logs" style="height:200px; overflow:auto; display: block; border: 1px grey solid;">
+ <code id="logs" style="height:200px; overflow:auto; display: block; border: 1px gray solid;">
</code>
<script>
diff --git a/tests/html/smoke-reconnect.html b/tests/html/smoke-reconnect.html
index e5d3f19..2adf62b 100644
--- a/tests/html/smoke-reconnect.html
+++ b/tests/html/smoke-reconnect.html
@@ -30,7 +30,7 @@
</form>
Connected: <code id="out"></code><br>
- <code id="logs" style="height:200px; overflow:auto; display: block; border: 1px grey solid;">
+ <code id="logs" style="height:200px; overflow:auto; display: block; border: 1px gray solid;">
</code>
<script>
diff --git a/tests/html/smoke-throughput.html b/tests/html/smoke-throughput.html
index 2785d5a..23bc5bc 100644
--- a/tests/html/smoke-throughput.html
+++ b/tests/html/smoke-throughput.html
@@ -10,16 +10,6 @@
<script type="text/javascript" src="static/jquery.min.js"></script>
<script type="text/javascript" src="config.js"></script>
-
- <style type="text/css">
- .cursor {
- height: 30px;
- width: 30px;
- position: absolute;
- border: 1px solid grey;
- }
- </style>
-
</head>
<body>
<form>
@@ -40,7 +30,7 @@
</form>
Latency: <code id="latency"></code><br>
- <code id="logs" style="height:200px; overflow:auto; display: block; border: 1px grey solid;">
+ <code id="logs" style="height:200px; overflow:auto; display: block; border: 1px gray solid;">
</code>
<script>
diff --git a/tests/html/tests-qunit.html b/tests/html/tests-qunit.html
index f3cf397..10c0e2b 100644
--- a/tests/html/tests-qunit.html
+++ b/tests/html/tests-qunit.html
@@ -32,7 +32,7 @@
<div id="qunit-fixture">test markup</div>
</p>
<br>
- <code id="logs" style="height:200px; overflow:auto; display: block; border: 1px grey solid;">
+ <code id="logs" style="height:200px; overflow:auto; display: block; border: 1px gray solid;">
</code>
<script>
diff --git a/tests/html/unittests.html b/tests/html/unittests.html
index 1ce9bd0..2448118 100644
--- a/tests/html/unittests.html
+++ b/tests/html/unittests.html
@@ -25,7 +25,7 @@
<div id="qunit-fixture">test markup</div>
</p>
<br>
- <code id="logs" style="height:200px; overflow:auto; display: block; border: 1px grey solid;">
+ <code id="logs" style="height:200px; overflow:auto; display: block; border: 1px gray solid;">
</code>
<script>
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/sockjs-client.git
More information about the Pkg-javascript-commits
mailing list