]> Lady’s Gitweb - Gitweb/blobdiff - gitweb.css
gitweb.cgi: Teach git_history() to read hash from $hash_base
[Gitweb] / 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.234937 seconds and 4 git commands to generate.