You are here

img_assist.css in Image Assist 5.3

img.img-assist {
  border: 1px dotted #cc0000;
  background-image: url('images/img_assist.gif');
  background-position: center;
  background-repeat: no-repeat;
  background-color: #ffffcc;
}

File

plugins/img_assist/img_assist.css
View source
  1. img.img-assist {
  2. border: 1px dotted #cc0000;
  3. background-image: url('images/img_assist.gif');
  4. background-position: center;
  5. background-repeat: no-repeat;
  6. background-color: #ffffcc;
  7. }