Thu Nov 10 00:34:34 UTC 2005 Alberto Bertogli <albertogli@telpin.com.ar>
* Highlight tags in the shortlog/summary.
{
hunk ./darcsweb.cgi 873
- if alt:
+ if p.name.startswith("TAG "):
+ print '<tr class="tag">'
+ elif alt:
hunk ./style.css 161
+.tag {
+ background-color:#f0f0ff;
+}
+
+.tag:hover {
+ background-color:#e0e0ff;
+}
+
}