X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/a215bf4620113fcefb8dd3442bf3501bd648c463..7e1af8ad92abb4efc1d2069f0fa348f273d1e693:/cgit.css diff --git a/cgit.css b/cgit.css index 112dac1..141bec8 100644 --- a/cgit.css +++ b/cgit.css @@ -212,6 +212,15 @@ table.blob td.no { text-align: right; } +table.blob td.no a { + color: black; +} + +table.blob td.no a:hover { + color: black; + text-decoration: none; +} + table.blob td.txt { white-space: pre; font-family: monospace; @@ -231,6 +240,7 @@ table.commit-info th { text-align: left; font-weight: normal; padding: 0.1em 1em 0.1em 0.1em; + vertical-align: top; } table.commit-info td { @@ -262,10 +272,6 @@ table.diffstat { background-color: #eee; } -table.diffstat tr:hover { - background-color: #ccc; -} - table.diffstat th { font-weight: normal; text-align: left;