Przeglądaj źródła

Apply some simple styling to the API help page.

pull/24/head
Ben Kurtovic 9 lat temu
rodzic
commit
35bb7e7108
1 zmienionych plików z 21 dodań i 0 usunięć
  1. +21
    -0
      static/api.css

+ 21
- 0
static/api.css Wyświetl plik

@@ -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 {


Ładowanie…
Anuluj
Zapisz