From 478724aae61a7ea89f2886550590c05f8b942581 Mon Sep 17 00:00:00 2001
From: Brendan Jurd
Date: Fri, 3 Jul 2009 19:28:28 -0400
Subject: [PATCH] First pass at a less obtrusive style for the "attribution"
(author, date) of comments.
---
html/layout/css/blue/commitfest.css | 6 +++++-
template/commitfest_view.tt2 | 4 ++--
2 files changed, 7 insertions(+), 3 deletions(-)
diff --git a/html/layout/css/blue/commitfest.css b/html/layout/css/blue/commitfest.css
index 02543a8..c2705a1 100644
--- a/html/layout/css/blue/commitfest.css
+++ b/html/layout/css/blue/commitfest.css
@@ -98,6 +98,11 @@ h3 {
font-weight: bold;
}
+.txtAttribution {
+ font-size: 90%;
+ color: #999;
+}
+
p, ol, ul, li {
line-height: 1.5em;
}
@@ -108,7 +113,6 @@ p, ol, ul, li {
color: #ffffff
}
-
a:link { color:#0066A2; text-decoration: underline; }
a:visited { color:#004E66; text-decoration: underline; }
a:active { color:#0066A2; text-decoration: underline; }
diff --git a/template/commitfest_view.tt2 b/template/commitfest_view.tt2
index 1d6d43f..65e0155 100644
--- a/template/commitfest_view.tt2
+++ b/template/commitfest_view.tt2
@@ -22,9 +22,9 @@ changes, click on the patch name.
|
[% ELSE %]
[% p.name | htmlsafe %]
-
+
[% FOREACH c = p.comment_list %]
-
+
[% END %]
|
--
2.39.5