X-Git-Url: https://git.ladys.computer/Gitweb/blobdiff_plain/fee7c4ca627e43d977d6c65a94d134b38781347f88fba3f7a9307f684bb420c5..4a7fb0bc24b3a9ff745a1faae8d8df828563cf61e603d9cffbfdbb5641844581:/gitweb.css diff --git a/gitweb.css b/gitweb.css index 2fbdac0..6058fbe 100644 --- a/gitweb.css +++ b/gitweb.css @@ -364,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 {