Skip to content

Commit cb0cccd

Browse files
fix comment in custom css for documentation (#112)
1 parent d6b6f22 commit cb0cccd

File tree

2 files changed

+11
-5
lines changed

2 files changed

+11
-5
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
2121

2222
- 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.
2323

24+
### Fixed
25+
26+
- Changed documentation comment style to actual CSS comments in `docs/_static/css/custom.css`.
27+
2428
## [2024.25]
2529

2630
### Added
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
1-
// no idea if this will screw a lot up with the furo theme
2-
// but this does fix the line of badges in the README. only
3-
// one of them has a link which furo makes the vertical-align
4-
// different than just a standard img
1+
/*
2+
no idea if this will screw a lot up with the furo theme
3+
but this does fix the line of badges in the README. only
4+
one of them has a link which furo makes the vertical-align
5+
different than just a standard img
6+
*/
57
p a.reference img {
6-
vertical-align: inherit;
8+
vertical-align: inherit;
79
}

0 commit comments

Comments
 (0)