1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

tools/fast: simplify logic now that it's run on each commit

This commit is contained in:
Alexander Medvednikov
2021-02-07 05:11:48 +01:00
parent a81ee0e94e
commit 68b4051a6e
2 changed files with 43 additions and 71 deletions

View File

@@ -8,6 +8,9 @@
*, body {
font-family: Menlo, Monospace, 'Courier New';
}
table {
width: 2000px;
}
table, td {
border-collapse: collapse;
border: 1px solid #dfdfdf;