formatting fixes

This commit is contained in:
Dave R 2018-09-28 10:06:20 +01:00 committed by GitHub
parent 5973bd84e8
commit 96a204baf5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 3 deletions

View File

@ -37,8 +37,9 @@ body {
font-family: 'Roboto', sans-serif;
color: white;
-moz-user-select: none; /* Firefox */
user-select: none; /* Non-prefixed version, currently supported by Chrome and Opera */
-moz-user-select: none; /* Firefox */
user-select: none; /* Non-prefixed version, currently supported by Chrome and Opera */
}
/* BACKGROUND CLASSES */
@ -133,4 +134,4 @@ time {
font-weight: 400;
src: local('Roboto'), local('Roboto-Regular'),
url('../font/roboto-v18-latin-regular.woff2') format('woff2');
}
}