The system seems to be ignoring this style.
Have I made a typo? Am I using the @media wrong? It is ported over from the XF1.5 style where it was working, but I have swapped in @xf-responsiveMedium for the old style property.
<style type="text/css">
@media (max-width: @xf-responsiveMedium) {
body {
background-image:none;
}
}
</style>
Have I made a typo? Am I using the @media wrong? It is ported over from the XF1.5 style where it was working, but I have swapped in @xf-responsiveMedium for the old style property.
<style type="text/css">
@media (max-width: @xf-responsiveMedium) {
body {
background-image:none;
}
}
</style>