Last active
January 3, 2016 02:19
-
-
Save zeropointdevelopment/8394754 to your computer and use it in GitHub Desktop.
Revisions
-
limecanvas revised this gist
Jan 13, 2014 . 4 changed files with 15 additions and 0 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,4 @@ <!--[if lte IE 9]> Your IE8 and below HTML code here. Perhaps importing a specific style sheet. <![endif]--> 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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,6 @@ div { border: 2px solid #aaa; /* for all browsers */ border: 2px solid #f009; /* IE8 and below - red border */ *border: 2px solid #0f0; /* IE7 and below - green border */ _border: 2px solid #00f; /* IE6 and below - blue border */ } 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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,5 @@ div { border: 2px solid #aaa; /* for all browsers */ border: 2px solid #f009; /* IE8 and below - red border */ *border: 2px solid #0f0; /* IE7 and below - green border */ } File renamed without changes. -
limecanvas created this gist
Jan 13, 2014 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,4 @@ div { border: 2px solid #aaa; /* for all browsers */ border: 2px solid #f009; /* IE8 and below - red border */ }