mirror of
https://github.com/atom/atom.git
synced 2026-01-23 05:48:10 -05:00
Add default list style types cleared in reset.css
This commit is contained in:
@@ -29,6 +29,14 @@
|
||||
font-family: Consolas, "Liberation Mono", Courier, monospace;
|
||||
}
|
||||
|
||||
.markdown-body ol > li {
|
||||
list-style-type: decimal;
|
||||
}
|
||||
|
||||
.markdown-body ul > li {
|
||||
list-style-type: disc;
|
||||
}
|
||||
|
||||
.markdown-spinner {
|
||||
margin: auto;
|
||||
background-image: url(images/octocat-spinner-128.gif);
|
||||
|
||||
Reference in New Issue
Block a user