Skip to content

Instantly share code, notes, and snippets.

@jamiehs
Forked from anonymous/adjust-background-color.css
Created February 22, 2013 23:41
Show Gist options
  • Save jamiehs/5017453 to your computer and use it in GitHub Desktop.
Save jamiehs/5017453 to your computer and use it in GitHub Desktop.
body .lens-tool-kit.sd2-light .slide-source-custom.slide-type-image .sd2-node-caption {
background: gray;
}
body .slide-source-custom.slide-type-image.custom-layout-body-text.custom-caption-position-right .sd2-node-caption {
left: 60%;
}
body .slide-source-custom.slide-type-image.custom-layout-body-text.custom-caption-position-left .sd2-node-caption {
right: 60%;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment