Can't bind in my own themes since yesterday
Hi all,
i have made my own theme with the themeroller and bind it into my source successfully.:
<link rel="stylesheet" href="/themes/MY_OWN_theme.min.css" />
<link rel="stylesheet" href="http://code.jquery.com/mobile/1.2.0/jquery.mobile.structure-1.2.0.min.css" />
This works fine in the past. Since yesterday it does not work without changing the code.
The buttons, slider, ... are no longer displayed.
Only if I ignore my own theme:
<link rel="stylesheet" href="http://code.jquery.com/mobile/1.2.0/jquery.mobile-1.2.0.min.css" />
Everything works, but without my style/theme.
Did anyone knows what happens?
Thank you
annalyse