diff options
-rw-r--r-- | css/gitjoe.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/css/gitjoe.css b/css/gitjoe.css index 29aa3c2..6c2d624 100644 --- a/css/gitjoe.css +++ b/css/gitjoe.css @@ -67,7 +67,7 @@ a:active { text-decoration: none; } -div#content td :hover { +div#content tr:hover { background-color: #d1e2f4; } |