Skip to content

Commit 1574fee

Browse files
lilyminiumorbeckst
andauthored
Update bullet list (#83)
* update bullet list * Update CHANGELOG.md --------- Co-authored-by: Oliver Beckstein <orbeckst@gmail.com>
1 parent d7e6df8 commit 1574fee

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,16 +19,20 @@ The rules for this file:
1919
## [Unreleased]
2020

2121
### Authors
22-
IAlibay
22+
<!-- GitHub usernames of contributors to this release -->
23+
- IAlibay
24+
- lilyminium
2325

2426
### Reviewers
2527
<!-- GitHub usernames of reviewers of this release -->
28+
- orbeckst
2629

2730
### Added
2831
<!-- New added features -->
2932

3033
### Fixed
3134
<!-- Bug fixes -->
35+
- always add bullet for unordered list (#82)
3236

3337
### Changed
3438
- Modernized packaging to be PEP518 compliant.

mdanalysis_sphinx_theme/sass/material-content.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -368,6 +368,7 @@ ol {
368368
li {
369369
margin-bottom: 0.5em;
370370
margin-left: px2em(20px);
371+
list-style: disc;
371372

372373
// Adjust for right-to-left languages
373374
[dir="rtl"] & {

0 commit comments

Comments
 (0)