Add temporary conference banner

This commit is contained in:
Saivann 2013-04-16 02:34:19 -04:00
parent 0459ea8854
commit 3eb2abeb41
3 changed files with 11 additions and 0 deletions

View file

@ -571,6 +571,11 @@ li{
-webkit-border-radius:9px;
}
.conferencebanner{
float:right;
margin-right:5px;
}
/*Styles specific to mobiles*/
@media handheld, only screen and (max-device-height: 37em), only screen and (max-device-width: 50em){
@ -660,4 +665,9 @@ li{
.preview{
display:none;
}
.conferencebanner{
float:none;
display:inline-block;
margin:0px 0px 10px 0px;
}
}