瀏覽代碼

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


Loading…
取消
儲存