Skip to content

Commit 7ffe792

Browse files
committed
Add a banner to the test runner.
1 parent 4ac21f3 commit 7ffe792

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

test/index.html

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,28 @@
55
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
66
<meta name="viewport" content="width=device-width, initial-scale=1.0">
77
<link rel="stylesheet" href="mocha.css" />
8+
<style>
9+
#banner {
10+
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
11+
padding: 20px 60px;
12+
}
13+
#banner h1 {
14+
font-size: 1.2em;
15+
font-weight: 200;
16+
}
17+
#banner p {
18+
font-size: 12px;
19+
}
20+
#mocha {
21+
margin-top: 0;
22+
}
23+
</style>
824
</head>
925
<body>
26+
<div id="banner">
27+
<h1>This is the <a href="https://github.com/jareware/css-ns"><code>css-ns</code></a> test runner.</h1>
28+
<p>If you see something's broken on your browser, <a href="https://github.com/jareware/css-ns/issues">filing an issue</a> is much appreciated.</p>
29+
</div>
1030
<div id="mocha"></div>
1131
<script src="mocha.js"></script>
1232
<script>mocha.setup('bdd');</script>

0 commit comments

Comments
 (0)