fixed margins in responsive view

This commit is contained in:
coderaiser 2012-10-01 05:00:44 -04:00
parent f5bfccfc43
commit 0b2f9d74a3
3 changed files with 6 additions and 6 deletions

View file

@ -238,10 +238,7 @@ a:focus { outline: thin dotted; }
@media only screen and (max-width: 600px){
#left{
width:90% !important;
}
.panel >li{
margin:10px;
}
}
/* если правая панель не помещаеться - прячем её */
#right{
display:none;