This website works better with JavaScript.
首頁
說明
登入
ben
/
copyvios
镜像来自
https://github.com/earwig/copyvios
關註
1
收藏
1
複製
0
程式碼
版本發佈
0
Activity
瀏覽代碼
Fix indenting.
pull/24/head
Ben Kurtovic
10 年之前
父節點
a324a9282e
當前提交
3b0d23ac7d
共有
2 個文件被更改
,包括
3 次插入
和
1 次删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-1
static/api.css
+1
-0
templates/api.mako
+ 2
- 1
static/api.css
查看文件
@@ -16,7 +16,8 @@ div.json {
}
div.indent {
width: 4em;
display: inline-block;
padding-left: 4em;
}
span.code {
+ 1
- 0
templates/api.mako
查看文件
@@ -1,4 +1,5 @@
<%def name="do_indent(size)">
<br />
% for i in xrange(size):
<div class="indent"></div>
% endfor
Write
Preview
Loading…
取消
儲存