File tree Expand file tree Collapse file tree 3 files changed +14
-5
lines changed Expand file tree Collapse file tree 3 files changed +14
-5
lines changed Original file line number Diff line number Diff line change 5
5
<meta charset="UTF-8" />
6
6
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7
7
<link rel="stylesheet" href="../styles.css" />
8
- <title>PHP_CodeSniffer PHAR - All PHAR files </title>
8
+ <title>PHP_CodeSniffer - PHAR Archive </title>
9
9
<link rel="canonical" href="https://phars.phpcodesniffer.com/phars/" />
10
10
</head>
11
11
12
12
<body>
13
13
<main class="container">
14
- <h1 class="heading">All PHAR files </h1>
14
+ <h1 class="heading">PHAR Archive </h1>
15
15
<a href=".." class="link">See latest PHAR files</a>
16
16
<!-- {{ PHARS }} -->
17
+ <div class="footnote">Note: The PHAR archive does not contain all previously released PHAR files. Only the ones released since PHIVE support was added (and the PHAR files started to be signed).</div>
17
18
</main>
18
19
</body>
19
20
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ <h2 class="download-box__title">PHPCBF</h2>
47
47
</ div >
48
48
< aside class ="additional-info ">
49
49
< a href ="./phars/ ">
50
- See all PHAR files
50
+ See more versions in our PHAR archive
51
51
</ a >
52
52
53
53
</ aside >
Original file line number Diff line number Diff line change @@ -152,7 +152,7 @@ body {
152
152
padding-top : 2rem ;
153
153
}
154
154
155
- /* phars.html */
155
+ /* phars/index .html */
156
156
157
157
.link {
158
158
color : var (--foreground-color );
@@ -197,4 +197,12 @@ body {
197
197
color : color-mix (in srgb, var (--foreground-color ), # 6b7280 );
198
198
font-size : 0.8em ;
199
199
margin-left : 0.25rem ;
200
- }
200
+ }
201
+
202
+ .footnote {
203
+ max-width : 80ch ;
204
+ font-size : .8rem ;
205
+ text-align : center;
206
+ padding : 1rem ;
207
+ text-wrap : balance;
208
+ }
You can’t perform that action at this time.
0 commit comments