This website works better with JavaScript.
首頁
探索
說明
註冊
登入
pmb00cs
/
craig.stewart.zone
關註
1
收藏
0
複製
0
程式碼
問題管理
0
合併請求
0
版本發佈
0
Wiki
Activity
瀏覽代碼
fix h2 styles
pull/1/head
Craig Stewart
2 年之前
父節點
535765cc2f
當前提交
17e09f42de
共有
1 個文件被更改
,包括
8 次插入
和
0 次删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+8
-0
styles/default.css
+ 8
- 0
styles/default.css
查看文件
@ -29,6 +29,11 @@ pre {
color
:
#
ffffff
;
overflow
:
auto
;
}
h2
{
text-align
:
left
;
font-size
:
18px
;
margin
:
5px
;
}
#
wrapper
{
background-color
:
#
dddd99
;
}
@ -75,6 +80,9 @@ body {
p
{
margin-bottom
:
15px
;
}
h2
{
margin-bottom
:
15px
;
}
div
{
display
:
table-cell
;
}
Write
Preview
Loading…
取消
儲存