Skip to content

Instantly share code, notes, and snippets.

@cyberscorpio
Created January 6, 2013 17:05
Show Gist options
  • Save cyberscorpio/4468672 to your computer and use it in GitHub Desktop.
Save cyberscorpio/4468672 to your computer and use it in GitHub Desktop.
/**
* margin-right is the horizontal gap size.
* margin-bottom is the vertical gap size.
*
* With '.compact-mode', it takes effect in 'compace mode',
* Without '.compact-mode', it takes effect in normal mode.
*/
#site-helper {
margin-right: 10px;
margin-bottom: 5px;
}
#site-helper.compact-mode {
margin-right: 10px;
margin-bottom: 5px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment