Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
gitweb.css: Use monospace fonts for commits and tree-diff.
author
Luben Tuikov
<ltuikov@yahoo.com>
Thu, 13 Jul 2006 19:36:22 +0000
(12:36 -0700)
committer
Junio C Hamano
<junkio@cox.net>
Fri, 14 Jul 2006 05:02:43 +0000
(22:02 -0700)
Use monospace fonts for the commit header, commit message,
and tree-diff. This helps viewing commit logs with ASCII art.
Signed-off-by: Luben Tuikov <ltuikov@yahoo.com>
Signed-off-by: Junio C Hamano <junkio@cox.net>
gitweb/gitweb.css
patch
|
blob
|
history
raw
|
patch
| inline |
side by side
(parent:
3dffd2c
)
diff --git
a/gitweb/gitweb.css
b/gitweb/gitweb.css
index 98410f5b6c971efcc59ac69514936b02fbe68d17..fffdb13d09a40397745861bb6ec5dcc79c798b0d 100644
(file)
--- a/
gitweb/gitweb.css
+++ b/
gitweb/gitweb.css
@@
-60,6
+60,7
@@
div.page_footer_text {
div.page_body {
padding: 8px;
+ font-family: monospace;
}
div.title, a.title {
@@
-79,6
+80,7
@@
div.title_text {
padding: 6px 0px;
border: solid #d9d8d1;
border-width: 0px 0px 1px;
+ font-family: monospace;
}
div.log_body {
@@
-142,8
+144,13
@@
table {
padding: 8px 4px;
}
-table.project_list, table.diff_tree {
+table.project_list {
+ border-spacing: 0;
+}
+
+table.diff_tree {
border-spacing: 0;
+ font-family: monospace;
}
table.blame {