diff options
author | Johannes Raggam <raggam-nl@adm.at> | 2011-04-10 20:43:25 (GMT) |
---|---|---|
committer | Johannes Raggam <raggam-nl@adm.at> | 2011-04-10 20:43:25 (GMT) |
commit | 720b0eca80ed449c07ae6c779e3420cdeb76ee6c (patch) | |
tree | b6d4815f54efd8140d06134f6e1ab24f74a5cab3 /helsinki/program/templates | |
parent | 5df740f8e95e266c5d9417ac835c6765d4d7d0b6 (diff) |
upd
Diffstat (limited to 'helsinki/program/templates')
3 files changed, 3 insertions, 3 deletions
diff --git a/helsinki/program/templates/program/box_musicfocus.html b/helsinki/program/templates/program/box_musicfocus.html index a1c8df8..7fe4e7e 100644 --- a/helsinki/program/templates/program/box_musicfocus.html +++ b/helsinki/program/templates/program/box_musicfocus.html @@ -1,5 +1,5 @@ {% if musicfoci %} -<dl id="box_musicfocus" class="portlet"> +<dl id="box_musicfocus" class="portlet filterbox"> <dt class="portletHeader"><span>Musiktendenz<span></dt> <dd class="portletItem"> <ul> diff --git a/helsinki/program/templates/program/box_showinformation.html b/helsinki/program/templates/program/box_showinformation.html index 20c4ba6..f96913c 100644 --- a/helsinki/program/templates/program/box_showinformation.html +++ b/helsinki/program/templates/program/box_showinformation.html @@ -1,5 +1,5 @@ {% if showinformations %} -<dl id="box_showinformation" class="portlet"> +<dl id="box_showinformation" class="portlet filterbox"> <dt class="portletHeader"><span>Schwerpunkt<span></dt> <dd class="portletItem"> <ul> diff --git a/helsinki/program/templates/program/box_showtopic.html b/helsinki/program/templates/program/box_showtopic.html index eeeac65..c95fcab 100644 --- a/helsinki/program/templates/program/box_showtopic.html +++ b/helsinki/program/templates/program/box_showtopic.html @@ -1,5 +1,5 @@ {% if showtopics %} -<dl id="box_showtopic" class="portlet"> +<dl id="box_showtopic" class="portlet filterbox"> <dt class="portletHeader"><span>Thema / Schwerpunkt<span></dt> <dd class="portletItem"> <ul> |