From: Jakub Narebski Date: Sun, 18 Jun 2006 06:45:03 +0000 (-0700) Subject: Fix gitweb stylesheet X-Git-Tag: v1.4.1-rc1~2^2~11 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=c729127ca745d25df1e6bddb265d03166931f49a;p=git.git Fix gitweb stylesheet An earlier commit forgot to move some piece from the CGI script to the external stylesheet. Signed-off-by: Junio C Hamano --- diff --git a/gitweb/gitweb.css b/gitweb/gitweb.css index 6b1fd2337..bf95e3849 100644 --- a/gitweb/gitweb.css +++ b/gitweb/gitweb.css @@ -1,3 +1,7 @@ +body { + font-family: sans-serif; font-size: 12px; border:solid #d9d8d1; border-width:1px; + margin:10px; background-color:#ffffff; color:#000000; +} a { color:#0000cc; } a:hover, a:visited, a:active { color:#880000; } div.page_header { height:25px; padding:8px; font-size:18px; font-weight:bold; background-color:#d9d8d1; }