このサイトはJavaScriptを使用しています
ホーム
ヘルプ
サインイン
ben
/
copyvios
ミラー元
https://github.com/earwig/copyvios
ウォッチ
1
スター
1
フォーク
0
コード
リリース
0
アクティビティ
ソースを参照
Fix indenting.
pull/24/head
Ben Kurtovic
10年前
親
a324a9282e
コミット
3b0d23ac7d
2個のファイルの変更
、
3行の追加
、
1行の削除
分割表示
差分オプション
統計情報を表示
Patchファイルをダウンロード
Diffファイルをダウンロード
+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
書き込み
プレビュー
読み込み中…
キャンセル
保存