Skip to content

Instantly share code, notes, and snippets.

@grom358
Created May 26, 2015 01:16
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 grom358/f9928dc51c37d0ec3940 to your computer and use it in GitHub Desktop.
Save grom358/f9928dc51c37d0ec3940 to your computer and use it in GitHub Desktop.
.tooltip {
position: absolute;
padding: 10px 13px;
z-index: 2;
max-width: 600px;
color: #303030;
background-color: #f5f5b5;
border: 1px solid #deca7e;
white-space: normal;
font-family: sans-serif;
font-size: 12px;
line-height: 18px;
text-align: left;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment