Created
July 6, 2012 09:00
-
-
Save lukearmstrong/3059070 to your computer and use it in GitHub Desktop.
Herp Derp
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
<!doctype html> | |
<!-- paulirish.com/2008/conditional-stylesheets-vs-css-hacks-answer-neither/ --> | |
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7" lang="en"> <![endif]--> | |
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8" lang="en"> <![endif]--> | |
<!--[if lte IE 8]> | |
<html class="no-js lt-ie9" lang="en"> | |
<style type="text/css"> | |
.rightside .sideTitle{ | |
margin:4% 0 0% 7% !important; | |
} | |
</style> | |
<![endif]--> | |
<!--[if IE 9]> <html class="ie9" lang="en"> <![endif]--> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment