Skip to content

Instantly share code, notes, and snippets.

@jenter
Created March 6, 2015 16:33
Show Gist options
  • Save jenter/9172a5d674cdb7de164f to your computer and use it in GitHub Desktop.
Save jenter/9172a5d674cdb7de164f to your computer and use it in GitHub Desktop.
// currently written as
.region-right-sidebar .block {
background: {
image: url('../../rotary_org/images/div.png');
position: left top;
repeat: no-repeat;
}
}
// shorthand
.region-right-sidebar .block {
background: transparent url('../../rotary_org/images/div.png') left top no-repeat;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment