diff --git a/static/css/pad_lite.css b/static/css/pad_lite.css index 1316d8d87..00952b097 100644 --- a/static/css/pad_lite.css +++ b/static/css/pad_lite.css @@ -977,7 +977,6 @@ form#reconnectform { display: none; } #modaloverlay { z-index: 500; display: none; - background-image: url(/static/img/jun09/pad/overlay2.png); background-repeat: repeat-both; width: 100%; position: absolute; height: 100%; left: 0; top: 0; @@ -988,7 +987,6 @@ form#reconnectform { display: none; } background-image: none; background-repeat: no-repeat; /* scale the image */ - filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/static/img/jun09/pad/overlay2.png", sizingMethod="scale"); } a#topbarmaximize { diff --git a/static/img/jun09/pad/overlay2.png b/static/img/jun09/pad/overlay2.png deleted file mode 100644 index c3d3f1cc8..000000000 Binary files a/static/img/jun09/pad/overlay2.png and /dev/null differ