turn Personas sidebar heading into a link (bug 571925)

This commit is contained in:
Chris Van 2012-09-25 21:36:21 -07:00
Родитель bdc813a3bc
Коммит 0fc6f393fc
2 изменённых файлов: 5 добавлений и 1 удалений

Просмотреть файл

@ -1,7 +1,7 @@
{% macro secondary_categories(title, viewname, categories, filter) %}
<div class="secondary" role="complementary">
<div class="other-categories highlight">
<h3>{{ title }}</h3>
<h3><a href="{{ url(viewname) }}">{{ title }}</a></h3>
{% if filter %}
<ul>
{% for key, title_ in filter.opts_dict.items() %}

Просмотреть файл

@ -1987,6 +1987,10 @@ form .error .note.error {
border: 1px solid #e0effd;
}
.other-categories a {
display: block;
}
.versions .primary > .warning h2 {
font-style: italic;
margin: 0;