Andrey Balan
committed
on 06 Jun 13
LDEV-3049 change the order we reference css files to the following
<link rel="stylesheet" href="${lams}css/jquery.mobile.css" />
Show more
LDEV-3049 change the order we reference css files to the following

        <link rel="stylesheet" href="${lams}css/jquery.mobile.css" />

        <link rel="stylesheet" href="${lams}css/defaultHTML_learner_mobile.css" />

        to allow override JQM css styles in defaultHTML_learner_mobile.css

Show less