Created
July 5, 2020 06:33
-
-
Save ivanteoh/2da5d59c74b209ec970ef673b8273ef9 to your computer and use it in GitHub Desktop.
WordPress Theme Development 15 - IE Stylesheet
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* *** 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