diff options
Diffstat (limited to 'themes/base/all.css')
-rw-r--r-- | themes/base/all.css | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/themes/base/all.css b/themes/base/all.css new file mode 100644 index 000000000..b6137efb7 --- /dev/null +++ b/themes/base/all.css @@ -0,0 +1,12 @@ +/*! + * jQuery UI CSS Framework @VERSION + * http://jqueryui.com + * + * Copyright 2013 jQuery Foundation and other contributors + * Released under the MIT license. + * http://jquery.org/license + * + * http://api.jqueryui.com/category/theming/ + */ +@import "base.css"; +@import "theme.css"; |