small glitch found in edu clean

the style.css only has this code:

img.center {

padding: 4px;

display: block;

margin: 5px auto;

clear: both;

}

but it should read img.aligncenter not img.center :slight_smile: