Extract to class
#system-admin-icon {
display:block;
width:160px;
height:160px;
background-image:url( '/static/images/admin_export.png' );
}
#system-thor-icon {
display:block;
width:160px;
height:160px;
background-image:url( '/static/images/thor_export.png' );
}
#system-toms-icon {
display:block;
width:160px;
height:160px;
background-image:url( '/static/images/toms_export.png' );
}Last updated