Mercurial > p > roundup > code
diff website/www/_static/style.css @ 7462:575002bb3f8a
Convert .note style to .news style on main page
.note style's comment says it's for a news banner. So change .note to
.news so it doesn't interfere with .. note:: directives used on the
main page.
AFAICT, this style isn't actually used anywhere.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Wed, 07 Jun 2023 22:45:49 -0400 |
| parents | 0d9f704a7ef2 |
| children | 92fb16035d92 |
line wrap: on
line diff
--- a/website/www/_static/style.css Wed Jun 07 22:40:19 2023 -0400 +++ b/website/www/_static/style.css Wed Jun 07 22:45:49 2023 -0400 @@ -283,7 +283,7 @@ /* 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 .note +#roundup-issue-tracker .news { float: right; width: auto;
