lemonldap-ng/lemonldap-ng-portal/site/htdocs/static/common/css/bg.css
2017-01-19 12:36:27 +00:00

5 lines
162 B
CSS

html, body {
background: url("<TMPL_VAR NAME="STATIC_PREFIX">common/backgrounds/<TMPL_VAR NAME="SKIN_BG">") no-repeat center fixed;
background-size: cover;
}