force jquery ui import for old themes (#14466)

This commit is contained in:
Frédéric Péters 2017-01-03 11:31:31 +01:00
parent 20c3255126
commit 38ac8aecbc
2 changed files with 2 additions and 0 deletions

View File

@ -1,4 +1,5 @@
/* general stuff */
@import url(/static/xstatic/themes/smoothness/jquery-ui.min.css);
html, body { margin: 0; font-family: sans-serif; }
a { text-decoration: none; }

View File

@ -1,3 +1,4 @@
@import url(/static/xstatic/themes/smoothness/jquery-ui.min.css);
@import url(/qo/css/qommon.css);
@import url(style.css);