Make compass rose smaller on mobile device browsers

This commit is contained in:
Mike Primm 2011-11-28 20:50:42 -06:00
parent 12602b3a6c
commit ef4c809e96
2 changed files with 13 additions and 4 deletions

View file

@ -669,6 +669,14 @@
background-image: url(../images/compass_W.png);
}
.mobilecompass {
top: 5px;
right: 10px;
height: 42px;
width: 42px;
background-size: cover;
}
/*******************
* Chat
*/