X-Git-Url: https://git.ladys.computer/Gitweb/blobdiff_plain/e1f26f013c4ee3a9ce54f62889ead084998e5e9a11e79ddeb7fe33235cfde1b0..4a7fb0bc24b3a9ff745a1faae8d8df828563cf61e603d9cffbfdbb5641844581:/gitweb.css?ds=sidebyside diff --git a/gitweb.css b/gitweb.css index c20e691..6058fbe 100644 --- a/gitweb.css +++ b/gitweb.css @@ -257,6 +257,11 @@ tr.no-previous td.linenr { font-weight: bold; } +/* for 'blame_incremental', during processing */ +tr.color1 { background-color: #f6fff6; } +tr.color2 { background-color: #f6f6ff; } +tr.color3 { background-color: #fff6f6; } + td { padding: 2px 5px; font-size: 100%; @@ -359,6 +364,12 @@ div#progress_info { text-align: right; } +/* format of (optional) objects size in 'tree' view */ +td.size { + font-family: monospace; + text-align: right; +} + /* styling of diffs (patchsets): commitdiff and blobdiff views */ div.diff.header, div.diff.extended_header {