summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 2d00737)
raw | patch | inline | side by side (parent: 2d00737)
author | Jakub Narebski <jnareb@gmail.com> | |
Sun, 18 Jun 2006 06:45:03 +0000 (23:45 -0700) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Mon, 19 Jun 2006 04:19:14 +0000 (21:19 -0700) |
An earlier commit forgot to move some piece from the CGI script
to the external stylesheet.
Signed-off-by: Junio C Hamano <junkio@cox.net>
to the external stylesheet.
Signed-off-by: Junio C Hamano <junkio@cox.net>
gitweb/gitweb.css | patch | blob | history |
diff --git a/gitweb/gitweb.css b/gitweb/gitweb.css
index 6b1fd233709fc830b55f86513e5c95b71ffbee1f..bf95e384964b3c8db4c4c7366c44a157eb6f2f58 100644 (file)
--- a/gitweb/gitweb.css
+++ b/gitweb/gitweb.css
+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; }