Skip to content

Instantly share code, notes, and snippets.

@fleeting
Created February 10, 2010 17:19
Show Gist options
  • Save fleeting/300580 to your computer and use it in GitHub Desktop.
Save fleeting/300580 to your computer and use it in GitHub Desktop.
#experienceLightbox ul {
margin: 15px 0 1em 2em;
padding: 0;
font-size: 1.4em;
color: #666;
display: block;
}
#experienceLightbox ul li {
line-height: 1.8em;
margin: 0;
padding: 0;
}
/* IE Only */
* html #experienceLightbox ul li {
position: relative;
}
#experienceLightbox ul li.column1 { margin-left: 0em; }
#experienceLightbox ul li.column2 { margin-left: 15em; }
#experienceLightbox ul li.column3 { margin-left: 30em; }
#experienceLightbox ul li.column4 { margin-left: 45em; }
#experienceLightbox ul li.reset {
margin-top: -27em;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment