aboutsummaryrefslogtreecommitdiff
path: root/cgit.css
diff refs
from: back
to: back
| flip
diff options
context:
space:
mode:
Diffstat (limited to 'cgit.css')
-rw-r--r--cgit.css19
1 files changed, 2 insertions, 17 deletions
diff --git a/cgit.css b/cgit.css
index 20b7e86..893ebeb 100644
--- a/cgit.css
+++ b/cgit.css
@@ -330,26 +330,11 @@ div#cgit table.ssdiff td.lineno a:hover {
color: black;
}
-div#cgit table.blame td.hashes,
-div#cgit table.blame td.lines,
-div#cgit table.blame td.linenumbers {
- padding: 0;
-}
-
-div#cgit table.blame td.hashes div.alt,
-div#cgit table.blame td.lines div.alt {
- padding: 0 0.5em 0 0.5em;
-}
-
-div#cgit table.blame td.linenumbers div.alt {
- padding: 0 0.5em 0 0;
-}
-
-div#cgit table.blame div.alt:nth-child(even) {
+div#cgit table.blame tr:nth-child(even) {
background: #eee;
}
-div#cgit table.blame div.alt:nth-child(odd) {
+div#cgit table.blame tr:nth-child(odd) {
background: white;
}