From: Luben Tuikov <ltuikov@yahoo.com>
To: git@vger.kernel.org
Subject: [PATCH] gitweb.css: Courer fonts for commits and tree-diff
Date: Tue, 11 Jul 2006 20:43:23 -0700 (PDT) [thread overview]
Message-ID: <20060712034323.48414.qmail@web31806.mail.mud.yahoo.com> (raw)
[-- Attachment #1: Type: text/plain, Size: 205 bytes --]
Courer fonts for the commit header, commit message,
and tree-diff.
Signed-off-by: Luben Tuikov <ltuikov@yahoo.com>
---
gitweb/gitweb.css | 9 ++++++++-
1 files changed, 8 insertions(+), 1 deletions(-)
[-- Attachment #2: pat619875137 --]
[-- Type: application/octet-stream, Size: 685 bytes --]
diff --git a/gitweb/gitweb.css b/gitweb/gitweb.css
index 98410f5..b51282b 100644
--- a/gitweb/gitweb.css
+++ b/gitweb/gitweb.css
@@ -60,6 +60,7 @@ div.page_footer_text {
div.page_body {
padding: 8px;
+ font-family: courier;
}
div.title, a.title {
@@ -79,6 +80,7 @@ div.title_text {
padding: 6px 0px;
border: solid #d9d8d1;
border-width: 0px 0px 1px;
+ font-family: courier;
}
div.log_body {
@@ -142,11 +144,15 @@ table {
padding: 8px 4px;
}
-table.project_list, table.diff_tree {
+table.project_list {
border-spacing: 0;
}
+table.diff_tree {
+ border-spacing: 0;
+ font-family: courier;
+}
+
table.blame {
border-collapse: collapse;
}
--
1.4.1.g9ca3
next reply other threads:[~2006-07-12 3:43 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-07-12 3:43 Luben Tuikov [this message]
2006-07-12 6:02 ` [PATCH] gitweb.css: Courer fonts for commits and tree-diff Junio C Hamano
2006-07-12 17:46 ` Luben Tuikov
2006-07-13 7:57 ` Matthias Lederhofer
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20060712034323.48414.qmail@web31806.mail.mud.yahoo.com \
--to=ltuikov@yahoo.com \
--cc=git@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox