comparison 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
comparison
equal deleted inserted replaced
7466:ad8010b3a2e2 7467:92fb16035d92
279 padding: 1em; 279 padding: 1em;
280 border: solid thin #dadada; 280 border: solid thin #dadada;
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 /* style for the floating release_info badge block on the home page */
285 page without having to set up a custom directive. */ 285 #roundup-issue-tracker .release_info
286 #roundup-issue-tracker .news
287 { 286 {
288 float: right; 287 float: right;
289 width: auto; 288 width: auto;
290 border: solid thin #dadada; 289 border: solid thin #dadada;
291 background-color:#f5f5f5; 290 background-color:#f5f5f5;
292 padding: 1em; 291 padding: 1em;
293 margin: 1em; 292 margin: 1em;
294 } 293 }
295 #roundup-issue-tracker .note .admonition-title { display: none; }
296 294
297 table 295 table
298 { 296 {
299 border-collapse: collapse; 297 border-collapse: collapse;
300 border-spacing: 1px; 298 border-spacing: 1px;

Roundup Issue Tracker: http://roundup-tracker.org/