X-Git-Url: https://git.ladys.computer/Gitweb/blobdiff_plain/65669f0841dd6dadba9214a99443c1c7b2a1e86f0caf80dc8ccd8d7c5e87c94c..5293f94aa5ef7e27b0820bee97e6f682ed73041bee040a36057d0b325db1e4e8:/gitweb.css?ds=inline diff --git a/gitweb.css b/gitweb.css index f2cd0ab..2676af7 100644 --- a/gitweb.css +++ b/gitweb.css @@ -181,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; } @@ -276,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; @@ -419,7 +430,7 @@ div.search { font-size: 100%; font-weight: normal; margin: 4px 8px; - position: absolute; + float: right; top: 56px; right: 12px } @@ -484,3 +495,7 @@ span.atnight { span.match { color: #e00000; } + +div.binary { + font-style: italic; +}