Skip to content

Commit 5ceadb2

Browse files
committed
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.
1 parent 4dffe27 commit 5ceadb2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/_static/style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ div.related li.right
283283

284284
/* This is a little hack to inject a 'news' block into the title
285285
page without having to set up a custom directive. */
286-
#roundup-issue-tracker .note
286+
#roundup-issue-tracker .news
287287
{
288288
float: right;
289289
width: auto;

website/www/_static/style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ div.related li.right
283283

284284
/* This is a little hack to inject a 'news' block into the title
285285
page without having to set up a custom directive. */
286-
#roundup-issue-tracker .note
286+
#roundup-issue-tracker .news
287287
{
288288
float: right;
289289
width: auto;

0 commit comments

Comments
 (0)