X-Git-Url: https://git.ladys.computer/Gitweb/blobdiff_plain/9a440da9df4548adb90d120e8857eebf4faa11ac793a19e00a42eb616a666b1c..37a1c2b878d97ac4b417233a76dc12dc8c3371f915008fe43f6bc8723e7060fe:/gitweb.css diff --git a/gitweb.css b/gitweb.css index 88fb3c4..3918671 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; @@ -483,3 +484,7 @@ span.atnight { span.match { color: #e00000; } + +div.binary { + font-style: italic; +}