Este site funciona melhor com JavaScript.
Página inicial
Ajuda
Acessar
ben
/
copyvios
espelhamento de
https://github.com/earwig/copyvios
Observar
1
Favorito
1
Fork
0
Código
Versões
0
Atividade
Ver código fonte
Apply some simple styling to the API help page.
pull/24/head
Ben Kurtovic
10 anos atrás
pai
ab058f0e20
commit
35bb7e7108
1 arquivos alterados
com
21 adições
e
0 exclusões
Visão dividida
Opções de diferenças
Mostrar estatísticas
Baixar arquivo de patch
Baixar arquivo de diferenças
+21
-0
static/api.css
+ 21
- 0
static/api.css
Ver arquivo
@@ -1,8 +1,29 @@
h1, h2 {
font-family: sans-serif;
}
div#help {
margin: auto;
max-width: 1200px;
}
span.code {
font-family: monospace;
}
table.parameters {
margin: 1em 0;
}
table.parameters th {
}
table.parameters td {
}
table.parameters tr:first-child {
font-family: sans-serif;
font-size: 1.17em;
}
table.parameters td:first-child {
Escrever
Pré-visualização
Carregando…
Cancelar
Salvar