X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=gitweb%2Fgitweb.css;h=9f0822fab3d10fd5a83234f761847d7818c6da0a;hb=e58db03bbee4af96e60b6ac88b84c1c11b8b037e;hp=b57c8beccb50a94f910cd3bf48ae1c57cf6c1bb8;hpb=2b93bfac0f5bcabbf60f174f4e7bfa9e318e64d5;p=git.git diff --git a/gitweb/gitweb.css b/gitweb/gitweb.css index b57c8becc..9f0822fab 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; @@ -483,3 +484,7 @@ span.atnight { span.match { color: #e00000; } + +div.binary { + font-style: italic; +}