add web shop promo

svn path=/trunk/; revision=28882
This commit is contained in:
2014-08-04 10:11:09 +00:00
parent cedf5beb4d
commit d316bc1033
3 changed files with 10 additions and 3 deletions
+7
View File
@@ -51,6 +51,13 @@
<all-events />
</div>
<div id="shop-promo" class="section">
<img src="/graphics/shop-promo.jpg" alt="" />
<a class="big-donate" href="/order/order.html#ref-frontpage">Shop</a>
</div>
</div>
</body>
+2 -2
View File
@@ -207,12 +207,12 @@ a.the-fellowship {
}
@media (min-width: @screen-sm) {
#news {
#news, #events {
display: inline-block;
float: left;
width: 69%;
}
#newsletter, .country.frontpage #teams {
#newsletter, #shop-promo, .country.frontpage #teams {
display: inline-block;
float: right;
width: 30%;
+1 -1
View File
File diff suppressed because one or more lines are too long