X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=gitweb%2Fgitweb.css;h=7908fe3b5fcf57e8cc91f4783579520a0af1725d;hb=b941ffac506d3f57246e46a8913da614e62a1d48;hp=b57c8beccb50a94f910cd3bf48ae1c57cf6c1bb8;hpb=43d151a1b087db22e2f9a754772b469de1194f67;p=git.git diff --git a/gitweb/gitweb.css b/gitweb/gitweb.css index b57c8becc..7908fe3b5 100644 --- a/gitweb/gitweb.css +++ b/gitweb/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; +}