Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Removing class ui-fake-cursor
  • Loading branch information
eduardolundgren committed May 31, 2008
1 parent 106d24a commit 2e7ad67
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ui/tests/resizable.html
Expand Up @@ -15,14 +15,14 @@
<script type="text/javascript" src="jquery.useraction.js"></script> <script type="text/javascript" src="jquery.useraction.js"></script>
</head> </head>


<style> <!-- <style>
.ui-fake-cursor { .ui-fake-cursor {
position: absolute; position: absolute;
background: url(cursors/win/auto.png); background: url(cursors/win/auto.png);
height: 32px; width: 32px; height: 32px; width: 32px;
top: 270px; left: 0px; top: 270px; left: 0px;
} }
</style> </style> -->


<body> <body>


Expand Down

0 comments on commit 2e7ad67

Please sign in to comment.