File tree Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change 5
5
< meta http-equiv ="Content-Type " content ="text/html; charset=UTF-8 ">
6
6
< meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
7
7
< 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 >
8
24
</ head >
9
25
< 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 >
10
30
< div id ="mocha "> </ div >
11
31
< script src ="mocha.js "> </ script >
12
32
< script > mocha . setup ( 'bdd' ) ; </ script >
You can’t perform that action at this time.
0 commit comments