Update css.php

This commit is contained in:
FusionPBX
2016-11-06 01:44:32 -07:00
committed by GitHub
parent 88aab774b3
commit 5972366dd6

View File

@@ -201,6 +201,10 @@ $default_login = ($_REQUEST['login'] == 'default') ? true : false;
background-size:cover;
}
pre {
white-space: pre-wrap;
}
div#footer {
display: inline-block;
width: 100%;
@@ -1790,4 +1794,4 @@ $default_login = ($_REQUEST['login'] == 'default') ? true : false;
border: 1px solid white;
background-image: none;
background-color: #fff;
}
}