Fix conference banner margin on mobiles

This commit is contained in:
Saivann 2013-04-16 04:06:32 -04:00
parent 4cf73aade1
commit be815230f0

View file

@ -669,6 +669,6 @@ li{
.conferencebanner{
position:static;
display:inline-block;
margin:0px 0px 10px 0px;
margin:0px 0px 10px -5px;
}
}