fixed margins in responsive view

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

View file

@ -76,6 +76,8 @@ disabled in browsers.
* Added Ace editor.
* Little bit changed styles. Fixed margins in responsive view.
2012.08.24, Version 0.1.6

View file

@ -39,8 +39,9 @@ a:hover, a:active { outline: 0; }
*/
.panel{
/* removed default margins */
margin: 0 0 0 0;
padding: 0 20px 0 20px; }
margin: 0;
padding: 20px;
}
/*
* 1. Display hand cursor for clickable form elements

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;