We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In definition lists, dt and dd entries are slightly misaligned. https://github.com/bitprophet/alabaster/blob/6a0a56ffe79bd039085e1ad7ed26da5b217bd4ab/alabaster/static/alabaster.css_t#L279-L281 Adding div.body dt to the list of selected items above will fix this. Using alabaster v0.7.12 and sphinx v4.5.0.
dt
dd
div.body dt
The text was updated successfully, but these errors were encountered:
No branches or pull requests
In definition lists,
dt
anddd
entries are slightly misaligned. https://github.com/bitprophet/alabaster/blob/6a0a56ffe79bd039085e1ad7ed26da5b217bd4ab/alabaster/static/alabaster.css_t#L279-L281 Addingdiv.body dt
to the list of selected items above will fix this. Using alabaster v0.7.12 and sphinx v4.5.0.The text was updated successfully, but these errors were encountered: