Created
November 14, 2011 09:59
-
-
Save requnix/1363644 to your computer and use it in GitHub Desktop.
Oddities in Geekli.st CSS
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
/* Roughly line 26 */ | |
.ui-helper-clearfix { | |
display: inline-block | |
} | |
/*\*/* html .ui-helper-clearfix { /* I don't think these comment tricks work when you minify things onto one line */ | |
height: 1% | |
} | |
.ui-helper-clearfix { | |
display: block | |
} | |
/**/.ui-helper-zfix { | |
width: 100%; | |
height: 100%; | |
top: 0; | |
left: 0; | |
position: absolute; | |
opacity: 0; | |
filter: Alpha(Opacity=0) | |
} | |
/* More above this: roughly line 2368 */ | |
.jquerybubblepopup-all-yellow .jquerybubblepopup-innerHtml { | |
background-color: #fc0 | |
} | |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html><head><meta http-equiv="content-type" content="text/html; charset=ISO-8859-1"><style type="text/css">html,body,iframe { | |
margin: 0; | |
padding: 0; | |
height: 100% | |
} | |
iframe { | |
display: block; | |
width: 100%; | |
border: none | |
} | |
</style><title>Application Error</title></head></head><body><iframe src="https://s3.amazonaws.com/heroku_pages/error.html"><p>Application Error</p></iframe></body></html>#step_headline { | |
display: inline-block | |
} | |
/* more below this */ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment