Merge pull request #4 from opdavies/drupalcon-la

Add DrupalCon LA block
This commit is contained in:
Oliver Davies 2015-05-28 10:47:10 +01:00
commit cf97ae8614
5 changed files with 15 additions and 2 deletions

View file

@ -27,11 +27,19 @@
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="col-md-10">
{% block content_wrapper %}
{% block content %}{% endblock %}
{% endblock %}
</div>
<div class="col-md-2">
<section class="block block--drupalcon_la">
<h2>DrupalCon LA</h2>
<img src="/assets/images/drupalcon-la-attending.png" alt="">
<img src="/assets/images/drupalcon-la-sprinter.png" alt="">
</section>
</div>
</div>{# .row #}
</div>{# .container #}

File diff suppressed because one or more lines are too long

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

View file

@ -0,0 +1,5 @@
.block--drupalcon_la {
img {
margin-bottom: .5em;
}
}