Skip to content

Commit 276e4df

Browse files
committed
Improve storage-helpers page
1 parent d01effb commit 276e4df

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

ccache.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -220,6 +220,11 @@ blockquote {
220220
font-style: italic;
221221
}
222222

223+
img {
224+
max-width: 100%;
225+
height: auto;
226+
}
227+
223228
pre {
224229
border: 1px #777 dashed;
225230
padding: 1em;

storage-helpers.empy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<tr>
3232
<td><code>http</code>, <code>https</code></td>
3333
<td><a href="https://github.com/ccache/ccache-storage-http-go">ccache/ccache-storage-http-go</a></td>
34-
<td>Reference implementation (Go)</td>
34+
<td>Reference implementation (Go), prebuilt binaries available</td>
3535
</tr>
3636
</table>
3737

storage-helpers.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ <h2>Available helpers</h2>
9494
<tr>
9595
<td><code>http</code>, <code>https</code></td>
9696
<td><a href="https://github.com/ccache/ccache-storage-http-go">ccache/ccache-storage-http-go</a></td>
97-
<td>Reference implementation (Go)</td>
97+
<td>Reference implementation (Go), prebuilt binaries available</td>
9898
</tr>
9999
</table>
100100
<p>

0 commit comments

Comments
 (0)