X-Git-Url: https://git.ladys.computer/Gitweb/blobdiff_plain/e546798785150d144b0d1d8048ecdf8573383eb92ae6d16fb0c3217040ca4a8d..e1f26f013c4ee3a9ce54f62889ead084998e5e9a11e79ddeb7fe33235cfde1b0:/gitweb.css diff --git a/gitweb.css b/gitweb.css index d816ea6..c20e691 100644 --- a/gitweb.css +++ b/gitweb.css @@ -348,6 +348,17 @@ td.mode { font-family: monospace; } +/* progress of blame_interactive */ +div#progress_bar { + height: 2px; + margin-bottom: -2px; + background-color: #d8d9d0; +} +div#progress_info { + float: right; + text-align: right; +} + /* styling of diffs (patchsets): commitdiff and blobdiff views */ div.diff.header, div.diff.extended_header {