File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed
Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -220,6 +220,11 @@ blockquote {
220220 font-style : italic;
221221}
222222
223+ img {
224+ max-width : 100% ;
225+ height : auto;
226+ }
227+
223228pre {
224229 border : 1px # 777 dashed;
225230 padding : 1em ;
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments