fixed user drop down issue

This commit is contained in:
Robin Buse 2011-08-24 04:48:21 +03:00
parent 8ec71a3225
commit fd97946619

View file

@ -1141,3 +1141,9 @@ width:33px !important;
#online_count{
color: #999;
}
@media screen and (max-width: 600px) {
#editbar ul li {
padding: 4px 1px;
}
}