/**
 * Logical style information.
 */

$(function() {
	// Add padding to the text-side of aligned images.
	$('img[@align=left]').css('margin-right', '2em');
	$('img[@align=right]').css('margin-left', '2em');
});
