Explorar el Código

Fix background color declaration.

pull/24/head
Ben Kurtovic hace 9 años
padre
commit
b3e781da3f
Se han modificado 1 ficheros con 4 adiciones y 1 borrados
  1. +4
    -1
      static/api.css

+ 4
- 1
static/api.css Ver fichero

@@ -66,10 +66,13 @@ table.parameters th {
table.parameters tr:first-child {
font-family: sans-serif;
font-size: 1.17em;
background-color: #369;
color: white;
}

table.parameters tr:first-child td {
background-color: #369;
}

table.parameters td:first-child {
font-family: monospace;
}


Cargando…
Cancelar
Guardar