Skip to content

Instantly share code, notes, and snippets.

@MathRobin
Created January 31, 2013 08:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MathRobin/4681386 to your computer and use it in GitHub Desktop.
Save MathRobin/4681386 to your computer and use it in GitHub Desktop.
/*!
* jQuery UI Bootstrap (0.22)
* http://addyosmani.github.com/jquery-ui-bootstrap
*
* Copyright 2012, Addy Osmani
* Dual licensed under the MIT or GPL Version 2 licenses.
*
* Portions copyright jQuery UI & Twitter Bootstrap
*/
/* this is an extract */
/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
display : none; /*sorry for IE5*/
display/**/: block; /*sorry for IE5*/
position : absolute; /*must have*/
z-index : -1; /*must have*/
filter : mask(); /*must have*/
top : -4px; /*must have*/
left : -4px; /*must have*/
width : 200px; /*must have*/
height : 200px; /*must have*/
}
@MathRobin
Copy link
Author

{ -i: ~"0;display/**/: block"; }

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment