Skip to content

Instantly share code, notes, and snippets.

@hackfisher
Created August 24, 2012 06:35
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 hackfisher/3446695 to your computer and use it in GitHub Desktop.
Save hackfisher/3446695 to your computer and use it in GitHub Desktop.
CSS IE Hack
<!--[if IE]>
<style type="text/css">
.dlp-tree ul li{
padding-left:20px;
}
</style>
<![endif]-->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment