From d3615669660e4c21981bce799a17b936285689ff Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Fri, 14 Oct 2011 17:39:05 +0200 Subject: [PATCH] cosmetic --- gitweb/gitweb.css | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/gitweb/gitweb.css b/gitweb/gitweb.css index d987f42..c14d7e8 100644 --- a/gitweb/gitweb.css +++ b/gitweb/gitweb.css @@ -69,6 +69,16 @@ td, th { padding: 5px; } +td.link,td.link>a, +td.selflink,td.selflink>a, +table.shortlog>tr>td:first-child, +table.tags>tr>td:first-child, +table.heads>tr>td:first-child { + font-size: 12px; + font-family: times; + padding: 2px; +} + .page_nav br { display: none; } @@ -396,4 +406,4 @@ span.match { td.error { color: red; background: yellow; -} \ No newline at end of file +} -- 2.47.0