Created
January 7, 2010 14:54
-
-
Save natlownes/271266 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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