summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakub Narebski <jnareb@gmail.com>2006-06-18 06:45:03 (GMT)
committerJunio C Hamano <junkio@cox.net>2006-06-19 04:19:14 (GMT)
commitc729127ca745d25df1e6bddb265d03166931f49a (patch)
tree9aef65c7678b7f5c4149f1c199b1d8245c2a1214
parent2d00737489b8c61ed616b261c7c9bd314e2b0b41 (diff)
downloadgit-c729127ca745d25df1e6bddb265d03166931f49a.zip
git-c729127ca745d25df1e6bddb265d03166931f49a.tar.gz
git-c729127ca745d25df1e6bddb265d03166931f49a.tar.bz2
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 <junkio@cox.net>
-rw-r--r--gitweb/gitweb.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/gitweb/gitweb.css b/gitweb/gitweb.css
index 6b1fd23..bf95e38 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; }