1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

[ci skip] Markdown highlight doesn't work in <ul>. Add CSS to fix.

This commit is contained in:
Prasanna.Natarajan 2019-08-31 23:34:12 +05:30
parent 782d280307
commit 96959432a4

View file

@ -34,7 +34,7 @@ pre, code {
color: #222;
}
p code {
p code, ul code {
background: #eee;
border-radius: 2px;
padding: 1px 3px;