From ccefb679ad4d039668688ab62194a1577b5e5062 Mon Sep 17 00:00:00 2001 From: Toby Zerner Date: Thu, 27 Aug 2015 10:59:50 +0930 Subject: [PATCH] Reorganise dashboard help text --- .../core/js/admin/src/components/DashboardPage.js | 11 ++++++++--- framework/core/less/admin/DashboardPage.less | 4 ++-- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/framework/core/js/admin/src/components/DashboardPage.js b/framework/core/js/admin/src/components/DashboardPage.js index c0f565591..0c12a2e00 100644 --- a/framework/core/js/admin/src/components/DashboardPage.js +++ b/framework/core/js/admin/src/components/DashboardPage.js @@ -6,9 +6,14 @@ export default class DashboardPage extends Component {

Welcome to Flarum Beta

-

Thanks for trying out Flarum! You are running version {app.forum.attribute('version')}.

-

This is beta software, and should not be used in production. If you run into any trouble, please read the Troubleshooting docs. You can get further help on the support forum and report bugs on GitHub.

-

If you'd like to contribute, check out the Contributing page.

+

Thanks for trying out Flarum! You are running version {app.forum.attribute('version')}. This is beta software, and should not be used in production.

+
); diff --git a/framework/core/less/admin/DashboardPage.less b/framework/core/less/admin/DashboardPage.less index 1c5c70380..fceee2a30 100644 --- a/framework/core/less/admin/DashboardPage.less +++ b/framework/core/less/admin/DashboardPage.less @@ -2,7 +2,7 @@ background: @control-bg; color: @control-color; min-height: 100vh; - font-size: 16px; + font-size: 14px; line-height: 1.7; @media @desktop-up { @@ -14,7 +14,7 @@ } h2 { - font-size: 30px; + font-size: 26px; font-weight: 300; margin-top: 0; }