Mercurial > p > roundup > code
diff doc/_static/style.css @ 7467:92fb16035d92
Reclass release info badge block on home page.
The comment for the note/news block was incorrect.
Fix the release info block on the homepage so it floats to the right.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Thu, 08 Jun 2023 00:33:02 -0400 |
| parents | 575002bb3f8a |
| children | a2dfb82456af |
line wrap: on
line diff
--- a/doc/_static/style.css Wed Jun 07 23:03:17 2023 -0400 +++ b/doc/_static/style.css Thu Jun 08 00:33:02 2023 -0400 @@ -281,9 +281,8 @@ background-color: #f7f7f7; } -/* This is a little hack to inject a 'news' block into the title - page without having to set up a custom directive. */ -#roundup-issue-tracker .news +/* style for the floating release_info badge block on the home page */ +#roundup-issue-tracker .release_info { float: right; width: auto; @@ -292,7 +291,6 @@ padding: 1em; margin: 1em; } -#roundup-issue-tracker .note .admonition-title { display: none; } table {
