Skip to content

Commit e7fe584

Browse files
author
Michael Zolda
committed
a longer box for the news ticker
FIXME: {% for p in site.categories.ticker limit 4 %} does not seem to work?
1 parent 37652a2 commit e7fe584

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_layouts/pages.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ <h2>{{ page.title }}</h2>
3030
frameborder="0"
3131
scrolling="no"></iframe>
3232
</div>
33-
<div class="catcells" id="ticker">
33+
<div class="longcatcells" id="ticker">
3434
<div style="text-align:right;">
3535
<h3>Announcements</h3></div>
3636
{% for p in site.categories.ticker limit 4 %}

0 commit comments

Comments
 (0)