Skip to content

Commit

Permalink
Update list rendering in show notes
Browse files Browse the repository at this point in the history
  • Loading branch information
questionlp committed Dec 24, 2023
1 parent 8d91924 commit d56de37
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changes

## 5.7.2

### Application Changes

- Fix CSS for list and list item rendering within the show notes

## 5.7.1

### Application Changes
Expand Down
2 changes: 2 additions & 0 deletions app/static/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@
ul.show-all-years { list-style: none; column-count: 4;}
.show-description, .show-notes { white-space: pre-line; }
.show-notes>p { margin: 0; }
.show-notes ul, .show-notes ol { margin-top: -1.5rem; }
.show-notes li { list-style: inside disc !important; line-height: 0.1; margin-left: 0.5rem; }
.show-repeat>a { border-bottom: none !important; }
.show-nprlink { background-color: #3366cc; color: white; }
.show-nprlink>a { border-bottom: none !important; color: white; }
Expand Down
2 changes: 1 addition & 1 deletion app/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
# Copyright (c) 2018-2023 Linh Pham
# stats.wwdt.me is released under the terms of the Apache License 2.0
"""Application Version for Wait Wait Stats Page"""
APP_VERSION = "5.7.1"
APP_VERSION = "5.7.2"

0 comments on commit d56de37

Please sign in to comment.