Este sitio web funciona mejor con JavaScript.
Inicio
Ayuda
Iniciar sesión
ben
/
copyvios
réplica de
https://github.com/earwig/copyvios
Seguir
1
Destacar
1
Fork
0
Código
Lanzamientos
0
Actividad
Explorar el Código
Apply some simple styling to the API help page.
pull/24/head
Ben Kurtovic
hace 10 años
padre
ab058f0e20
commit
35bb7e7108
Se han
modificado 1 ficheros
con
21 adiciones
y
0 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+21
-0
static/api.css
+ 21
- 0
static/api.css
Ver fichero
@@ -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 {
Escribir
Vista previa
Cargando…
Cancelar
Guardar