break up jquery mobile

This commit is contained in:
Luke Pulverenti 2015-06-17 11:39:46 -04:00
parent 4565ac78ab
commit 973b43989d
25 changed files with 899 additions and 144 deletions

View file

@ -448,10 +448,6 @@ h1 a:hover {
display: none;
}
body:not(.enableBackButton) .headerBackButton {
display: none;
}
/**
* Note: I have omitted any vendor-prefixes for clarity.
* Adding them is left as an exercise for the reader.