このサイトはJavaScriptを使用しています
ホーム
エクスプローラー
ヘルプ
サインイン
herbert
/
Frontend
フォーク元
Sugoimusic/Frontend
ウォッチ
1
スター
0
フォーク
0
コード
課題
0
プルリクエスト
0
リリース
0
Wiki
アクティビティ
ソースを参照
Miscellaneous changes to bring public repo in line with private
This consists mostly of commits I somehow skipped over and didn't patch into the public repo
undefined
spaghetti
7年前
committed by
Tomochin
親
1b77b1020d
コミット
b36dceb317
1個のファイルの変更
、
9行の追加
、
1行の削除
分割表示
差分オプション
統計情報を表示
Patchファイルをダウンロード
Diffファイルをダウンロード
+9
-1
static/styles/global.css
+ 9
- 1
static/styles/global.css
ファイルの表示
@@ -11,6 +11,10 @@
font-size: 110%;
}
.thin {
box-sizing: border-box;
}
.flex_input_container {
display: flex;
}
@@ -55,7 +59,11 @@ h2 .group_cat {
background-size: 16px 16px;
}
pre br {
code {
white-space: pre;
}
pre > br, code > br {
line-height: 0px;
display: none;
}
書き込み
プレビュー
読み込み中…
キャンセル
保存