mirror of
https://github.com/Kitware/CMake.git
synced 2025-12-31 10:50:16 -06:00
Help: Render guide links as normal text instead of monospace
The guide document names are phrases, not code-like man-page names. Add CSS selectors for `:guide:` links and revert unnecessary properties.
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