Changes

no edit summary
Line 981: Line 981:  
img.fit {
 
img.fit {
 
     width: 100%;
 
     width: 100%;
 +
    height: auto;
 +
}
 +
 +
img.half {
 +
    width: 50%;
 
     height: auto;
 
     height: auto;
 
}
 
}