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

Diff for /www/openbsd.css between version 1.9 and 1.10

version 1.9, 2018/10/04 12:20:37 version 1.10, 2019/05/23 07:18:47
Line 42 
Line 42 
         font-weight: normal;          font-weight: normal;
         float: right;          float: right;
 }  }
   
   
   /* Project "sidebar" layout */
   
   #project-main {
           height: 100%;
           border-collapse: collapse;
           position: absolute;
           bottom: 0;
           left: 0;
           right: 0;
           top: 0;
   }
   
   #project-main td {
           padding: 4px;
   }
   
   #project-main tr td:first-child {
           border-right: 11px solid;
   }
   
   #project-main tr td:first-child {
           background-color: #6bbdd6;
           border-color: #007b9c;
   }
   
   #project-main.not-openbsd tr td:first-child {
           background-color: #99cced;
           border-color: #0000cc;
   }
   
   #project-main tr td:first-child h1 {
           margin: 0;
           font-size: 15pt;
           white-space: nowrap;
   }
   
   #project-main tr td:first-child ul {
           margin-top: 0;
           margin-bottom: 1em;
           padding-left: 0;
   }
   
   #project-main tr td:first-child ul li {
           list-style-type: none;
           list-style-position: inside;
           margin-left: 0.5em;
   }
   
   #project-main .header {
           margin: 0;
           text-align: center;
   }
   
   #callout {
           text-align: center;
   }
   
   #callout {
           color: #e00000;
           font-weight: bold;
   }
   
   .not-openbsd #callout {
           color: #0000a0;
           font-weight: normal;
   }
   
   #project-main .align-top {
           vertical-align: top;
   }
   
   #project-main .align-bottom {
           vertical-align: bottom;
   }

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10