X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=gitweb%2Fgitweb.css;h=1b8887987fc0888db6e7548e9561745efee790d8;hb=b4833a2c62578bdbfd300e296702214cb1b9a601;hp=b57c8beccb50a94f910cd3bf48ae1c57cf6c1bb8;hpb=667152528df417627e54de6cb281a63a727369af;p=git.git diff --git a/gitweb/gitweb.css b/gitweb/gitweb.css index b57c8becc..1b8887987 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; } @@ -275,6 +281,12 @@ table.diff_tree span.file_status.copied { color: #70a070; } +/* noage: "No commits" */ +table.project_list td.noage { + color: #808080; + font-style: italic; +} + /* age2: 60*60*24*2 <= age */ table.project_list td.age2, table.blame td.age2 { font-style: italic; @@ -418,7 +430,7 @@ div.search { font-size: 100%; font-weight: normal; margin: 4px 8px; - position: absolute; + float: right; top: 56px; right: 12px } @@ -483,3 +495,7 @@ span.atnight { span.match { color: #e00000; } + +div.binary { + font-style: italic; +}