margin, padding and visual delimitation fix
This commit is contained in:
parent
66bb745c36
commit
edeb975500
10 changed files with 167 additions and 205 deletions
|
|
@ -3,7 +3,7 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
{% include metahead.html %}
|
||||
{% include metahead.html %}
|
||||
</head>
|
||||
<body>
|
||||
|
||||
|
|
@ -11,15 +11,15 @@
|
|||
<canvas style="display:none" id="canvas3" width="570" height="570"></canvas>
|
||||
<canvas id="canvas2" width="570" height="570">*** THIS BROWSER DOES NOT SUPPORT THE CANVAS ELEMENT ***</canvas>
|
||||
|
||||
{% include rightnow.html %}
|
||||
{% include editor-open-closebutton.html %}
|
||||
{% include hero.html %}
|
||||
{% include rightnow.html %}
|
||||
{% include editor-open-closebutton.html %}
|
||||
{% include hero.html %}
|
||||
<div id="content">
|
||||
{{ content }}
|
||||
{{ content }}
|
||||
</div>
|
||||
|
||||
<div id="footer">
|
||||
{% include footer.html %}
|
||||
{% include footer.html %}
|
||||
</div>
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -10,23 +10,16 @@ layout: default
|
|||
{{ page.event_data.start_datetime | date: "%R"}}</strong><br />
|
||||
Och slutar: <strong>{{ page.event_data.end_datetime | date: "%Y-%m-%d"}} klockan
|
||||
{{ page.event_data.end_datetime | date: "%R"}}</strong><br />
|
||||
<p><strong>{{ page.description }}</strong></p>
|
||||
</div>
|
||||
|
||||
<p><strong>{{ page.description }}</strong></p>
|
||||
{{ content }}
|
||||
|
||||
{{ content }}
|
||||
<img src="{{ site.baseurl}}{{ page.image }}" width="100%" />
|
||||
</div>
|
||||
{% include featured-artists.html %}
|
||||
{% if page.slutet_salskap == true %}
|
||||
|
||||
</div>{% include featured-artists.html %}{% if page.slutet_salskap == true %}
|
||||
<div class="column">{% if page.slutet_salskap == true %}
|
||||
<h2 style="color: #b62a33;">OBS! Du måste vara stödmedlem!</h2>{% endif %} {% include contact.html %}
|
||||
</div>{% endif %}
|
||||
<div class="column">
|
||||
{% if page.slutet_salskap == true %}
|
||||
<h2 style="color: #b62a33;">OBS! Du måste vara stödmedlem!</h2>
|
||||
{% endif %}
|
||||
{% include contact.html %}
|
||||
</div>
|
||||
{% endif %}
|
||||
<div class="column">
|
||||
{% include hittahit.html %}
|
||||
{% include hittahit.html %}
|
||||
</div>
|
||||
<!-- END events.html -->
|
||||
Loading…
Add table
Add a link
Reference in a new issue