mirror of
https://expo.survex.com/repositories/troggle/.git
synced 2026-02-08 14:37:53 +00:00
fix long-standing problem of multi-columns on firefox
This commit is contained in:
@@ -32,30 +32,24 @@ See <em><a href="/cavesall">All Caves</a></em> for all the caves in areas 1623,
|
||||
|
||||
|
||||
<h3>This year's caves</h3>
|
||||
<div style="column-count: 3;">
|
||||
<table class="searchable">
|
||||
<div style="column-count: 3; -moz-column-count: 3;">
|
||||
{% for cave in caves_this_year %}
|
||||
{% include 'cavelist_columns.html' %}
|
||||
{% endfor %}
|
||||
</table>
|
||||
</div>
|
||||
|
||||
<h3>Last year's caves</h3>
|
||||
<div style="column-count: 3;">
|
||||
<table class="searchable">
|
||||
<div style="column-count: 3;-moz-column-count: 3">
|
||||
{% for cave in caves_last_year %}
|
||||
{% include 'cavelist_columns.html' %}
|
||||
{% endfor %}
|
||||
</table>
|
||||
</div>
|
||||
|
||||
<h3>Previous year's caves</h3>
|
||||
<div style="column-count: 3;">
|
||||
<table class="searchable">
|
||||
<div style="column-count: 3;-moz-column-count: 3">
|
||||
{% for cave in caves_previous_year %}
|
||||
{% include 'cavelist_columns.html' %}
|
||||
{% endfor %}
|
||||
</table>
|
||||
</div>
|
||||
<p>
|
||||
See <em><a href="/cavesall">All Caves</a></em> for all the caves in areas 1623, 1626, 1624, 1627
|
||||
|
||||
Reference in New Issue
Block a user