[BACK]Return to openbsd.css CVS log [TXT][DIR] Up to [local] / www

Diff for /www/openbsd.css between version 1.3 and 1.4

version 1.3, 2016/03/28 00:48:09 version 1.4, 2016/03/28 15:35:56
Line 1 
Line 1 
 body {  body {
         margin: 40px auto;          margin: 40px auto;
         max-width: 1100px;  
         line-height: 1.6;          line-height: 1.6;
         color: #111;          color: #111;
         padding: 0 10px;          padding: 0 10px;
Line 8 
Line 7 
   
 h1,h2,h3 {  h1,h2,h3 {
         line-height: 1.2;          line-height: 1.2;
   }
   
   @media (min-width: 800px) {
           body {
                   max-width: 80%;
           }
 }  }

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4