From 09e549971b9b9130718e56dc3b48a2c550d49738 Mon Sep 17 00:00:00 2001 From: Catalin Scripcariu Date: Wed, 2 May 2018 18:11:20 +0300 Subject: [PATCH] repaired a small bug --- customize.dist/src/less2/pages/page-features.less | 4 ++-- customize.dist/translations/messages.js | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/customize.dist/src/less2/pages/page-features.less b/customize.dist/src/less2/pages/page-features.less index 517809970..cfca2c413 100644 --- a/customize.dist/src/less2/pages/page-features.less +++ b/customize.dist/src/less2/pages/page-features.less @@ -77,10 +77,10 @@ margin-top: 3em; } .card-body { - &:first-of-type{ + &:first-of-type { background: #4591C4; background: -webkit-linear-gradient(to right, #FF7C4F, #4592C4); // lesshint duplicateProperty: false background: linear-gradient(to right, #FF7C4F, #4592C4); // lesshint duplicateProperty: false } } -} \ No newline at end of file +} diff --git a/customize.dist/translations/messages.js b/customize.dist/translations/messages.js index 6258fce24..3c0da2f04 100644 --- a/customize.dist/translations/messages.js +++ b/customize.dist/translations/messages.js @@ -745,7 +745,7 @@ define(function () { out.features_f_history_notes = "View and restore any version of your pads"; out.features_f_todo = "Create a TODO-list"; out.features_f_drive = "Basic set of features CryptDrive"; - out.features_f_drive_full = "Full set of features CryptDrive" + out.features_f_drive_full = "Full set of features CryptDrive"; out.features_f_drive_notes = "Basic features for anonymous users"; out.features_f_export = "Export/Import"; out.features_f_export_notes = "For pads and CryptDrive";