Skip to content

Commit

Permalink
fix comment in custom css for documentation (#112)
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuadavidthomas authored Aug 5, 2024
1 parent d6b6f22 commit cb0cccd
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

- Added `allow-prereleases: true` to all Python setup steps in GitHub Actions workflows. This should allow for easy testing of future, unreleased versions of Python.

### Fixed

- Changed documentation comment style to actual CSS comments in `docs/_static/css/custom.css`.

## [2024.25]

### Added
Expand Down
12 changes: 7 additions & 5 deletions src/django_twc_package/docs/_static/css/custom.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
// no idea if this will screw a lot up with the furo theme
// but this does fix the line of badges in the README. only
// one of them has a link which furo makes the vertical-align
// different than just a standard img
/*
no idea if this will screw a lot up with the furo theme
but this does fix the line of badges in the README. only
one of them has a link which furo makes the vertical-align
different than just a standard img
*/
p a.reference img {
vertical-align: inherit;
vertical-align: inherit;
}

0 comments on commit cb0cccd

Please sign in to comment.