diff --git a/CHANGES.md b/CHANGES.md index 7a10e98447..a013c7fe55 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -57,6 +57,7 @@ Allows to specify the title of a page, the order of sub-pages and other behaviors in the sidebar. - Added `odoc-md` to process standalone Markdown pages (@jonludlam, #1234) +- Added CSS selectors to style version and and nav links when they appear within page titles, as produced by odig (@katrinafyi, #1290) ### Changed diff --git a/src/html_support_files/odoc.css b/src/html_support_files/odoc.css index 9fc310a982..bc7adca204 100644 --- a/src/html_support_files/odoc.css +++ b/src/html_support_files/odoc.css @@ -815,13 +815,13 @@ td.def-doc *:first-child { /* Odig package page */ -.package nav { +.package nav, h1 nav { display: inline; font-size: 14px; font-weight: normal; } -.package .version { +.package .version, h1 .version { font-size: 14px; }