mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06:00
Merge topic 'doc-deprecated-hanging-indent' into release-3.28
b553ac4c2f Utilities/Sphinx: Add hanging indent to deprecation notes
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !8976
This commit is contained in:
@@ -45,12 +45,14 @@ div.sphinxsidebarwrapper {
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
/* Add hanging indent to version-{added,changed} content. */
|
||||
div .versionadded > *,
|
||||
div .versionchanged > * {
|
||||
/* Add hanging indent to deprecated and version-{added,changed} content. */
|
||||
div.deprecated > *,
|
||||
div.versionadded > *,
|
||||
div.versionchanged > * {
|
||||
padding-left: 2em;
|
||||
}
|
||||
|
||||
div.deprecated > :first-child,
|
||||
div.versionadded > :first-child,
|
||||
div.versionchanged > :first-child {
|
||||
text-indent: -2em;
|
||||
|
||||
Reference in New Issue
Block a user