From bfba239770aaabed5879772c61eb05c995d95eb4 Mon Sep 17 00:00:00 2001 From: Caleb James DeLisle Date: Fri, 8 Dec 2017 17:35:28 +0100 Subject: [PATCH] Fixed missing semicolons in less --- .lesshintrc | 1 - customize.dist/src/less2/include/font.less | 2 +- customize.dist/src/less2/pages/page-index.less | 2 +- customize.dist/src/less2/pages/page-what-is-cryptpad.less | 2 +- 4 files changed, 3 insertions(+), 4 deletions(-) diff --git a/.lesshintrc b/.lesshintrc index 82df18925..3dc5d93e9 100644 --- a/.lesshintrc +++ b/.lesshintrc @@ -28,6 +28,5 @@ // These rules are really good rules to have around IMO (Caleb) but they're not being honored. "duplicateProperty": false, - "trailingSemicolon": false, "maxCharPerLine": false } diff --git a/customize.dist/src/less2/include/font.less b/customize.dist/src/less2/include/font.less index 33eb3dd3d..ec8e77f0f 100644 --- a/customize.dist/src/less2/include/font.less +++ b/customize.dist/src/less2/include/font.less @@ -1,7 +1,7 @@ .font_neuropolitical () { @font-face { font-family: Neuropolitical; - src: url(/customize/fonts/neuropolitical.ttf) + src: url("/customize/fonts/neuropolitical.ttf"); } } .font_open-sans () { diff --git a/customize.dist/src/less2/pages/page-index.less b/customize.dist/src/less2/pages/page-index.less index 57f61bea1..73aafab61 100644 --- a/customize.dist/src/less2/pages/page-index.less +++ b/customize.dist/src/less2/pages/page-index.less @@ -93,7 +93,7 @@ body { } @callout-padding: 15px; a:hover { - text-decoration: none + text-decoration: none; } .bs-callout { display: flex; diff --git a/customize.dist/src/less2/pages/page-what-is-cryptpad.less b/customize.dist/src/less2/pages/page-what-is-cryptpad.less index de7e552f2..134c1d6a5 100644 --- a/customize.dist/src/less2/pages/page-what-is-cryptpad.less +++ b/customize.dist/src/less2/pages/page-what-is-cryptpad.less @@ -28,7 +28,7 @@ color: @cryptpad_header_col; } p { - color: @cryptpad_text_col + color: @cryptpad_text_col; } #zeroknowledge { width: 65%;