Skip to content

Instantly share code, notes, and snippets.

@mihahribar
Created April 23, 2012 02:15
Show Gist options
  • Save mihahribar/2468292 to your computer and use it in GitHub Desktop.
Save mihahribar/2468292 to your computer and use it in GitHub Desktop.
#icon {
width: 52px;
height: 52px;
}
#icon.error {
background: url(notice_error.gif) no-repeat;
}
#icon.notice {
background: url(notice_info.gif) no-repeat;
}
#icon.success {
background: url(notice_success.gif) no-repeat;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment