Lucas Stadler 8 anni fa
parent
commit
b3676cde2a
1 ha cambiato i file con 4 aggiunte e 0 eliminazioni
  1. 4 0
      quit.go

+ 4 - 0
quit.go

@ -164,6 +164,10 @@ var repoTmpl = template.Must(template.New("").Parse(`<!doctype html>
164 164
`))
165 165
166 166
var repoStyle = `
167
* {
168
  box-sizing: border-box;
169
}
170
167 171
body {
168 172
  font-family: Arial, sans-serif;
169 173
}