Переглянути джерело

Fix background color declaration.

pull/24/head
Ben Kurtovic 9 роки тому
джерело
коміт
b3e781da3f
1 змінених файлів з 4 додано та 1 видалено
  1. +4
    -1
      static/api.css

+ 4
- 1
static/api.css Переглянути файл

@@ -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;
}


Завантаження…
Відмінити
Зберегти