Improve styling of summary titles
This commit is contained in:
parent
48794959c4
commit
293344e09d
@ -69,7 +69,8 @@ sub _generate_summaries {
|
|||||||
$self -> {"template"} -> load_template("summary/content.tem", {"%(added)s" => $self -> _build_summary_list("added"),
|
$self -> {"template"} -> load_template("summary/content.tem", {"%(added)s" => $self -> _build_summary_list("added"),
|
||||||
"%(viewed)s" => $self -> _build_summary_list("viewed"),
|
"%(viewed)s" => $self -> _build_summary_list("viewed"),
|
||||||
"%(updated)s" => $self -> _build_summary_list("updated"),
|
"%(updated)s" => $self -> _build_summary_list("updated"),
|
||||||
})
|
}),
|
||||||
|
$self -> {"template"} -> load_template("summary/extrahead.tem"),
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
3
templates/default/css/summary.css
Normal file
3
templates/default/css/summary.css
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
td.title {
|
||||||
|
white-space: nowrap;
|
||||||
|
}
|
1
templates/default/summary/extrahead.tem
Normal file
1
templates/default/summary/extrahead.tem
Normal file
@ -0,0 +1 @@
|
|||||||
|
<link rel="stylesheet" href="{V_[csspath]}summary.css" />
|
@ -1,4 +1,4 @@
|
|||||||
<tr>
|
<tr>
|
||||||
<td>%(type)s</td>
|
<td class="title">%(type)s</td>
|
||||||
<td><a href="%(url)s">%(name)s</a></td>
|
<td><a href="%(url)s">%(name)s</a></td>
|
||||||
</tr>
|
</tr>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user