Skip to content

Instantly share code, notes, and snippets.

@bluemango
Created July 27, 2012 19:09
Show Gist options
  • Save bluemango/3189871 to your computer and use it in GitHub Desktop.
Save bluemango/3189871 to your computer and use it in GitHub Desktop.
ScreenSteps Live CSS for Desk.com
div#screensteps-document h2, div.screensteps-document h2, #support-main div.screensteps-document h3 { margin: .83em 0; }
div#screensteps-document .image img, div.screensteps-document .image img {
padding: 5px 5px 5px 5px;
display: block;
}
div#screensteps-document div.step, div.screensteps-document div.step { clear:both; }
div#screensteps-document .image, div.screensteps-document .image {
background: #E7F3FF;
border: 1px solid #D0E0F0;
float: left;
margin-bottom: 1em;
}
div#screensteps-document .step .instructions, div.screensteps-document .step .step-instructions {
clear: left;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment