Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
define default colors
author
Kay Sievers
<kay.sievers@suse.de>
Mon, 19 Dec 2005 03:09:02 +0000
(
04:09
+0100)
committer
Kay Sievers
<kay.sievers@suse.de>
Mon, 19 Dec 2005 03:09:02 +0000
(
04:09
+0100)
Thanks to Kir Kolyshkin for pointing it out.
Signed-off-by: Kay Sievers <kay.sievers@suse.de>
gitweb.cgi
patch
|
blob
|
history
raw
|
patch
|
inline
| side by side (parent:
fdeb2fb
)
diff --git
a/gitweb.cgi
b/gitweb.cgi
index d025320027f1be2f54df61b03001e614a43498af..63a01693959eadb71e03003f4e24b4c562170443 100755
(executable)
--- a/
gitweb.cgi
+++ b/
gitweb.cgi
@@
-260,7
+260,10
@@
sub git_header_html {
<title>$title</title>
$rss_link
<style type="text/css">
<title>$title</title>
$rss_link
<style type="text/css">
-body { font-family: sans-serif; font-size: 12px; margin:0px; border:solid #d9d8d1; border-width:1px; margin:10px; }
+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; }
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; }