Detect if mobile layout is used and display wallets accordingly (thanks @harding)

This commit is contained in:
Saivann 2014-07-17 15:29:10 -04:00
parent 851e146230
commit 90b9e63026
4 changed files with 19 additions and 3 deletions

View file

@ -1708,6 +1708,12 @@ h2 .rssicon{
width:300px;
}
.detectmobile{
width:0;
height:0;
display:none;
}
.summary{
font-size:125%;
margin-bottom:40px;
@ -2330,4 +2336,7 @@ h2 .rssicon{
.eventmap{
height:200px;
}
.detectmobile{
display:block;
}
}