summaryrefslogtreecommitdiff
path: root/gitweb
diff options
context:
space:
mode:
authorLuben Tuikov <ltuikov@yahoo.com>2006-07-13 19:36:22 (GMT)
committerJunio C Hamano <junkio@cox.net>2006-07-14 05:02:43 (GMT)
commit4b7ce6e2d6ba088da50de1df38b040ea2c0b8f18 (patch)
tree3eafab31c623cf38822b099ae68a535d81c0cd04 /gitweb
parent3dffd2c82862f3e49dd9399adb480cd80d4f34ae (diff)
downloadgit-4b7ce6e2d6ba088da50de1df38b040ea2c0b8f18.zip
git-4b7ce6e2d6ba088da50de1df38b040ea2c0b8f18.tar.gz
git-4b7ce6e2d6ba088da50de1df38b040ea2c0b8f18.tar.bz2
gitweb.css: Use monospace fonts for commits and tree-diff.
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>
Diffstat (limited to 'gitweb')
-rw-r--r--gitweb/gitweb.css9
1 files changed, 8 insertions, 1 deletions
diff --git a/gitweb/gitweb.css b/gitweb/gitweb.css
index 98410f5..fffdb13 100644
--- 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 {