mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-06 23:29:31 -06:00
Merge topic 'doc-guide-link-style' into release-3.25
977c38c339 Help: Render guide links as normal text instead of monospace
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !7886
This commit is contained in:
@@ -34,3 +34,14 @@ div.outdated {
|
||||
text-align: center;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
/* Revert style to the inherited (normal text) for `:guide:` links */
|
||||
code.xref.cmake-guide {
|
||||
font-size: inherit;
|
||||
font-family: inherit;
|
||||
font-weight: inherit;
|
||||
padding: inherit;
|
||||
}
|
||||
code.xref.cmake-guide span.pre {
|
||||
white-space: inherit;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user