Skip to content

Instantly share code, notes, and snippets.

@ivanteoh
Created July 5, 2020 06:33
Show Gist options
  • Save ivanteoh/2da5d59c74b209ec970ef673b8273ef9 to your computer and use it in GitHub Desktop.
Save ivanteoh/2da5d59c74b209ec970ef673b8273ef9 to your computer and use it in GitHub Desktop.
WordPress Theme Development 15 - IE Stylesheet
/* *** IE (all versions) *** */
/* Gets rid of IE's blue borders */
a img {
border:none
}
* html div#content {
display: inline;
}
* html div#main {
height: 100%;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment