Skip to content

Commit

Permalink
Highlight rows on mouse over
Browse files Browse the repository at this point in the history
  • Loading branch information
befeleme committed Nov 30, 2023
1 parent 503da56 commit 191e462
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions templates/maintainers.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
<head>
<title>Fedora - Python 3.13 rebuild: sorted by maintainers</title>
</head>
<style>
tr:hover {background-color: #daecec;}
</style>
<body>
<h2>All packages grouped by package maintainer</h2>

Expand Down

0 comments on commit 191e462

Please sign in to comment.