本網站在啟用 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 行删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+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;
}
Write
Preview
Loading…
取消
儲存