Skip to content

Instantly share code, notes, and snippets.

@skvggor
Created February 8, 2012 21:25
Show Gist options
  • Save skvggor/1774003 to your computer and use it in GitHub Desktop.
Save skvggor/1774003 to your computer and use it in GitHub Desktop.
IE Hacks Aula 02 Jquery
/* Welcome to IE Hacks, by Marcker */
*{
*font-size:12px !important;
}
ul{
*margin-left:0 !important;
*width:175px !important;
}
li{
*margin-left:0 !important;
}
/*
<!--[if IE]>
<link rel="stylesheet" href="css/ie.css" />
<![endif]-->
*/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment