Skip to content

Instantly share code, notes, and snippets.

@lukearmstrong
Created July 6, 2012 09:00
Show Gist options
  • Save lukearmstrong/3059070 to your computer and use it in GitHub Desktop.
Save lukearmstrong/3059070 to your computer and use it in GitHub Desktop.
Herp Derp
<!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