Changes

Fix table style
Line 283: Line 283:  
     font-weight: normal;
 
     font-weight: normal;
 
     font-size: 90%;
 
     font-size: 90%;
 +
 +
/* Fix table style*/
 +
tr.fix {
 +
        position: fixed;
 +
        top: 0;
 +
        margin-left: 0;
 +
}
 +
 +
table.fix {
 +
        margin-top: 0px;
 +
}
6,043

edits