upgrade to jquery mobile 1.4.5

This commit is contained in:
Luke Pulverenti 2014-11-02 22:38:43 -05:00
parent 866379a702
commit 6b8d9149bc
210 changed files with 2259 additions and 14 deletions

View file

@ -40,6 +40,11 @@
src: url('fonts/mblogo.woff') format('woff');
}
/* For some reason jquery mobile 1.4.5 wants to horitontally pad mini form fields. */
.ui-mini {
margin: .5em 0;
}
* {
text-shadow: none !important;
}