File tree 4 files changed +109
-25
lines changed
4 files changed +109
-25
lines changed Original file line number Diff line number Diff line change 22
22
< header id ="_header ">
23
23
< h1 >
24
24
< a href ="/ ">
25
- < img
26
- id ="mocha-logo "
27
- src ="/images/mocha-logo.svg "
28
- alt ="Mocha logo "
29
- />
25
+ < img id ="mocha-logo " src ="/images/mocha-logo.svg " alt ="Mocha logo " />
30
26
</ a >
31
27
</ h1 >
32
28
< p id ="tag "> < em > simple</ em > , < em > flexible</ em > , < em > fun</ em > </ p >
33
29
</ header >
34
30
35
31
< main id ="content "> {{ content }}</ main >
36
-
37
- < aside class ="sponsorship ">
38
- < a href ="https://matomo.org/ " rel ="external noopener " target ="_blank ">
39
- < img
40
- id ="matomoLogo "
41
- src ="images/matomo-logo.png?trim "
42
- alt ="Matomo logo "
43
- />
44
- </ a >
45
- </ aside >
32
+
33
+ < aside class ="sponsorship ">
34
+ < a href ="https://matomo.org/ " rel ="external noopener " target ="_blank ">
35
+ < img
36
+ id ="matomoLogo "
37
+ src ="images/matomo-logo.png?trim "
38
+ alt ="Matomo logo "
39
+ />
40
+ </ a >
41
+ < a
42
+ title ="Mocha is an OpenJS Foundation Project "
43
+ href ="https://openjsf.org "
44
+ rel ="external noopener "
45
+ target ="_blank "
46
+ >
47
+ < img
48
+ src ="/images/openjsf-logo.svg "
49
+ width ="300 "
50
+ height ="94 "
51
+ alt ="OpenJS Foundation Logo "
52
+ />
53
+ </ a >
54
+ </ aside >
46
55
47
56
< footer >
48
57
< div >
49
58
< a rel ="home " href ="https://mochajs.org/ "> mochajs.org</ a >
50
59
is licensed under a
51
60
< a
52
61
rel ="license external noopener "
53
- href ="https://creativecommons.org/licenses/by/4.0/ ">
62
+ href ="https://creativecommons.org/licenses/by/4.0/ "
63
+ >
54
64
Creative Commons Attribution 4.0 International License</ a
55
65
> .
56
66
< dl class ="dl-inline last-modified ">
57
67
< dt > Last updated</ dt >
58
68
< dd >
59
69
< time
60
70
itemprop ="lastModified "
61
- datetime ="{{ 'now' | date: '%Y-%m-%dT%H:%M:%SZ' }} ">
71
+ datetime ="{{ 'now' | date: '%Y-%m-%dT%H:%M:%SZ' }} "
72
+ >
62
73
{{ 'now' | date: '%a %b %d %H:%M:%S %Y' }}
63
74
</ time >
64
75
</ dd >
Original file line number Diff line number Diff line change @@ -174,10 +174,10 @@ code {
174
174
line-height : 1.8 ;
175
175
}
176
176
177
- : not (pre )> code {
177
+ : not (pre ) > code {
178
178
background-color : # f5f2f0 ;
179
179
border-radius : 3px ;
180
- padding : .2em .4em ;
180
+ padding : 0 .2em 0 .4em ;
181
181
}
182
182
183
183
pre {
@@ -200,14 +200,19 @@ img.screenshot {
200
200
}
201
201
202
202
# matomoLogo {
203
- display : block;
204
- height : 176px ;
203
+ display : block;
204
+ height : 176px ;
205
205
}
206
206
207
207
.sponsorship {
208
- display : flex;
209
- justify-content : center;
210
- margin-bottom : 60px ;
208
+ display : flex;
209
+ justify-content : center;
210
+ margin-bottom : 60px ;
211
+ align-items : center;
212
+ }
213
+
214
+ .sponsorship a {
215
+ padding : 0 40px ;
211
216
}
212
217
213
218
footer {
Original file line number Diff line number Diff line change @@ -1911,7 +1911,7 @@ or the [source](https://github.com/mochajs/mocha/blob/master/lib/mocha.js).
1911
1911
[ yargs-configobject-extends ] : http://yargs.js.org/docs/#api-configobject-extends-keyword
1912
1912
[ zsh-globbing ] : http://zsh.sourceforge.net/Doc/Release/Expansion.html#Recursive-Globbing
1913
1913
1914
- <!-- AUTO-GENERATED-CONTENT:START (manifest:template=[Gitter ]: ${gitter}) -->
1914
+ <!-- AUTO-GENERATED-CONTENT:START (manifest:template=[gitter ]: ${gitter}) -->
1915
1915
1916
1916
[ gitter ] : https://gitter.im/mochajs/mocha
1917
1917
You can’t perform that action at this time.
0 commit comments