]> Lady’s Gitweb - Gitweb/commitdiff
gitweb.css: Use monospace fonts for commits and tree-diff.
authorLuben Tuikov <redacted>
Thu, 13 Jul 2006 19:36:22 +0000 (12:36 -0700)
committerLady <redacted>
Sat, 4 Apr 2026 18:43:37 +0000 (14:43 -0400)
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 <redacted>
Signed-off-by: Junio C Hamano <redacted>
gitweb.css

index 39ffb9a22b8fcec2b582f4296ca4f6abfcc179fcc9edbd4977ee4ac1eadf57d2..4fc00f08a47082d9479b5645314a0b9d3da3d4467f45b4c78aed716e1f64cb77 100644 (file)
@@ -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 {
This page took 0.243433 seconds and 4 git commands to generate.