X-Git-Url: https://git.ladys.computer/Gitweb/blobdiff_plain/9a440da9df4548adb90d120e8857eebf4faa11ac793a19e00a42eb616a666b1c..883c893e10bc3ca551089c0e21b2debb9889138b94402f8617f07ccf42960011:/gitweb.css diff --git a/gitweb.css b/gitweb.css index 88fb3c4..64b91d0 100644 --- a/gitweb.css +++ b/gitweb.css @@ -1,5 +1,6 @@ body { font-family: sans-serif; + font-size: small; border: solid #d9d8d1; border-width: 1px; margin: 10px; @@ -180,10 +181,15 @@ table.diff_tree { font-family: monospace; } +table.combined.diff_tree th { + text-align: center; +} + table.combined.diff_tree td { padding-right: 24px; } +table.combined.diff_tree th.link, table.combined.diff_tree td.link { padding: 0px 2px; } @@ -483,3 +489,7 @@ span.atnight { span.match { color: #e00000; } + +div.binary { + font-style: italic; +}