Mercurial > p > roundup > code
comparison doc/_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 |
comparison
equal
deleted
inserted
replaced
| 7461:dcd4ee924dc2 | 7462:575002bb3f8a |
|---|---|
| 281 background-color: #f7f7f7; | 281 background-color: #f7f7f7; |
| 282 } | 282 } |
| 283 | 283 |
| 284 /* This is a little hack to inject a 'news' block into the title | 284 /* This is a little hack to inject a 'news' block into the title |
| 285 page without having to set up a custom directive. */ | 285 page without having to set up a custom directive. */ |
| 286 #roundup-issue-tracker .note | 286 #roundup-issue-tracker .news |
| 287 { | 287 { |
| 288 float: right; | 288 float: right; |
| 289 width: auto; | 289 width: auto; |
| 290 border: solid thin #dadada; | 290 border: solid thin #dadada; |
| 291 background-color:#f5f5f5; | 291 background-color:#f5f5f5; |
