various fixes for PHP 7.2 compatible

This commit is contained in:
Clemens Schwaighofer
2018-05-16 13:42:31 +09:00
parent b3f9fd27e6
commit aa57c6218f
5 changed files with 30 additions and 9 deletions

View File

@@ -272,7 +272,7 @@ input[type="text"]:focus, textarea:focus, select:focus {
}
/* spacer for line break in float elements */
.spacer {
.clr, .spacer {
clear: both;
}