本網站在啟用 JavaScript 的情況下可以運作的更好。
首頁
說明
登入
ben
/
copyvios
镜像来自
https://github.com/earwig/copyvios
關注
1
收藏
1
複製
0
程式碼
版本發佈
0
活動
瀏覽代碼
Apply some simple styling to the API help page.
pull/24/head
Ben Kurtovic
10 年之前
父節點
ab058f0e20
當前提交
35bb7e7108
共有
1 個檔案被更改
,包括
21 行新增
和
0 行删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+21
-0
static/api.css
+ 21
- 0
static/api.css
查看文件
@@ -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 {
Write
Preview
Loading…
取消
儲存