From 96a204baf5d10f599bd6fda5e11768507adabb6a Mon Sep 17 00:00:00 2001 From: Dave R Date: Fri, 28 Sep 2018 10:06:20 +0100 Subject: [PATCH 1/2] formatting fixes --- assets/css/index.css | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/assets/css/index.css b/assets/css/index.css index 99239301..559e0dcd 100644 --- a/assets/css/index.css +++ b/assets/css/index.css @@ -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'); - } \ No newline at end of file + } From 9fb7a243774da0f85a366209356900a201a0340f Mon Sep 17 00:00:00 2001 From: Dave R Date: Fri, 28 Sep 2018 23:34:13 +0100 Subject: [PATCH 2/2] ubuntu wtf --- assets/css/index.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/css/index.css b/assets/css/index.css index 559e0dcd..bbd7d0d1 100644 --- a/assets/css/index.css +++ b/assets/css/index.css @@ -38,8 +38,8 @@ 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 */