changed id property to name property (left, panel)

This commit is contained in:
coderaiser 2012-09-10 09:15:36 -04:00
parent b329e1863b
commit 34ad3f8e32
3 changed files with 5 additions and 5 deletions

View file

@ -322,7 +322,7 @@ a:focus { outline: thin dotted; }
}
}
@media only screen and (min-width: 601px) and (max-width: 785px){
#left{
.panel{
width:90% !important;
}
#right{
@ -331,7 +331,7 @@ a:focus { outline: thin dotted; }
}
@media only screen and (min-width:786px) and (max-width: 1155px){
#left{
.panel{
width:90% !important;
}
/* если правая панель не помещаеться - прячем её */