diff --git a/ChangeLog b/ChangeLog index 6ccf4b5d..7324f0f1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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 diff --git a/css/reset.css b/css/reset.css index b2bb5aab..4311d51e 100644 --- a/css/reset.css +++ b/css/reset.css @@ -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 diff --git a/css/style.css b/css/style.css index 69030b8c..53e42bef 100644 --- a/css/style.css +++ b/css/style.css @@ -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;