mirror of
https://github.com/fergalmoran/dss.git
synced 2026-01-08 01:44:49 +00:00
30 lines
670 B
HTML
30 lines
670 B
HTML
<style type="text/css">
|
|
div.event-content img {
|
|
width: auto;
|
|
height: auto;
|
|
max-width: none;
|
|
}
|
|
|
|
div.event-content td {
|
|
padding: 12px;
|
|
}
|
|
</style>
|
|
|
|
<div class="hero-unit">
|
|
<div class="row">
|
|
<div id="event-header" class="bordered">
|
|
<h3><i class="icon-time"></i>
|
|
<%= item.event_date %>
|
|
-
|
|
<%= item.venue %>
|
|
::
|
|
<%= item.event_title %>
|
|
</h3>
|
|
</div>
|
|
</div>
|
|
<div class="row event-content">
|
|
<%= item.event_description %>
|
|
</div>
|
|
</div>
|
|
|