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";