There was an error while loading. Please reload this page.
1 parent d7e6df8 commit 1574feeCopy full SHA for 1574fee
2 files changed
CHANGELOG.md
@@ -19,16 +19,20 @@ The rules for this file:
19
## [Unreleased]
20
21
### Authors
22
-IAlibay
+<!-- GitHub usernames of contributors to this release -->
23
+- IAlibay
24
+- lilyminium
25
26
### Reviewers
27
<!-- GitHub usernames of reviewers of this release -->
28
+- orbeckst
29
30
### Added
31
<!-- New added features -->
32
33
### Fixed
34
<!-- Bug fixes -->
35
+- always add bullet for unordered list (#82)
36
37
### Changed
38
- Modernized packaging to be PEP518 compliant.
mdanalysis_sphinx_theme/sass/material-content.scss
@@ -368,6 +368,7 @@ ol {
368
li {
369
margin-bottom: 0.5em;
370
margin-left: px2em(20px);
371
+ list-style: disc;
372
373
// Adjust for right-to-left languages
374
[dir="rtl"] & {
0 commit comments