diff options
author | 无闻 <u@gogs.io> | 2015-07-31 17:37:53 +0800 |
---|---|---|
committer | 无闻 <u@gogs.io> | 2015-07-31 17:37:53 +0800 |
commit | e6b3eb115a2c17669e2ffba1ebca5ae17c692c1d (patch) | |
tree | 38f6b0d310718966f246cfc92dd0117db9bda459 /public/ng | |
parent | 009d692c7d112eabb8871cba76b5df6fa2791521 (diff) | |
parent | 27244174df8589d7b8e98c586183f623abb90cdb (diff) |
Merge pull request #1418 from manfer/nested-lists
nested unordered list inside order list issue
Diffstat (limited to 'public/ng')
-rw-r--r-- | public/ng/css/gogs.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/ng/css/gogs.css b/public/ng/css/gogs.css index a323612d..60b0c5c8 100644 --- a/public/ng/css/gogs.css +++ b/public/ng/css/gogs.css @@ -297,7 +297,7 @@ img.avatar-100 { .markdown ul li { list-style: inside; } -.markdown ol li { +.markdown ol > li { list-style: decimal inside; } .markdown li { |