Skip to content

Instantly share code, notes, and snippets.

@natlownes
Created January 7, 2010 14:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save natlownes/271266 to your computer and use it in GitHub Desktop.
Save natlownes/271266 to your computer and use it in GitHub Desktop.
div.info-widget {
position: absolute;
border: 2px solid darkgrey;
cursor: default;
font-family: helvetica;
background-color: lightyellow;
border:1px solid lightgrey;
top: auto;
left:auto;
}
div.info-widget div.content {
padding: 1em 0.5em 1em 0.5em;
width: auto;
font-size: 1.2em;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment